CSS named colour
Mint Cream
#f5fffa
A CSS named colour: mintcream is valid anywhere a colour is expected.
- RGB
- rgb(245 255 250)
- HSL
- 150°, 100%, 98%
- OKLCh
- 99.1% 0.012 164.8
Mint Cream in every format
Web & CSSThe everyday formats for stylesheets and design tools.
| Hex | #f5fffa | |
|---|---|---|
| RGB | rgb(245 255 250) | |
| RGB legacy | rgb(245, 255, 250) | |
| RGB percent | rgb(96.08% 100% 98.04%) | |
| HSL | hsl(150 100% 98%) | |
| HSL legacy | hsl(150, 100%, 98%) | |
| HSV / HSB | hsv(150, 3.9%, 100%) | |
| HWB | hwb(150 96.1% 0%) | |
| Nearest name | mintcream | |
| CMYK | cmyk(3.9%, 0%, 2%, 0%)Naive conversion. Real print work needs an ICC profile. |
Perceptual & wide gamutModern CSS colour spaces for uniform scales and P3 displays.
| OKLCh | oklch(99.117% 0.01237 164.813)Modern CSS colour space for even palettes — better than HSL when building scales. | |
|---|---|---|
| OKLab | oklab(99.117% -0.01194 0.00324) | |
| CIE LCh | lch(99.143% 4.236 163.603) | |
| CIE Lab | lab(99.143% -4.064 1.196) | |
| Display P3 | color(display-p3 0.9679 0.9987 0.9815) | |
| Rec. 2020 | color(rec2020 0.9716 0.9968 0.9796) | |
| srgb-linear | color(srgb-linear 0.9131 1 0.956)Light-linear sRGB — the same numbers a shader wants for maths. | |
| CIE XYZ (D65) | color(xyz-d65 0.9067 0.9783 1.0455) |
ShadersGLSL, HLSL and WGSL vectors in both encoded and linear form.
| GLSL vec3 — sRGB | vec3(0.961, 1.0, 0.98)Encoded values. Use when writing straight to the framebuffer. | |
|---|---|---|
| GLSL vec3 — linear | vec3(0.913, 1.0, 0.956)Light-linear values. Use for lighting, blending and mixing. | |
| GLSL vec4 — sRGB | vec4(0.961, 1.0, 0.98, 1.0) | |
| GLSL vec4 — linear | vec4(0.913, 1.0, 0.956, 1.0) | |
| GLSL ivec3 | ivec3(245, 255, 250) | |
| HLSL float3 — sRGB | float3(0.961, 1.0, 0.98) | |
| HLSL float3 — linear | float3(0.913, 1.0, 0.956) | |
| HLSL float4 — sRGB | float4(0.961, 1.0, 0.98, 1.0) | |
| HLSL half4 — sRGB | half4(0.961, 1.0, 0.98, 1.0) | |
| WGSL vec3f — sRGB | vec3f(0.961, 1.0, 0.98) | |
| WGSL vec4f — sRGB | vec4f(0.961, 1.0, 0.98, 1.0) | |
| WGSL vec3<f32> — linear | vec3<f32>(0.913, 1.0, 0.956) |
Engines & appsConstructors for Unity, Unreal, Godot, Flutter, SwiftUI and Android.
| Unity Color | new Color(0.961f, 1.0f, 0.98f, 1.0f)Color for everyday scripting (0–1). Color32 when you need whole numbers from 0 to 255. | |
|---|---|---|
| Unity Color32 | new Color32(245, 255, 250, 255) | |
| Unreal FLinearColor | FLinearColor(0.9131f, 1.0f, 0.956f, 1.0f)FLinearColor for materials and lighting. FColor when you need whole numbers from 0 to 255. | |
| Unreal FColor | FColor(245, 255, 250, 255)Whole numbers from 0 to 255 — use when an API asks for FColor, not FLinearColor. | |
| Godot Color | Color(0.961, 1, 0.98, 1) | |
| Flutter Color | Color(0xFFF5FFFA)Packed ARGB, so alpha comes first. | |
| Android Color | Color.rgb(245, 255, 250) | |
| SwiftUI Color | Color(red: 0.961, green: 1, blue: 0.98) | |
| UIKit UIColor | UIColor(red: 0.961, green: 1, blue: 0.98, alpha: 1) |
Raw valuesPacked integers and plain arrays.
| 0x hex | 0xF5FFFA | |
|---|---|---|
| 0x hex (ARGB) | 0xFFF5FFFA | |
| Array 0–1 | [0.961, 1, 0.98] | |
| Array 0–255 | [245, 255, 250] | |
| Decimal integer | 16121850 |
Contrast and accessibility
WCAG 2 ratios are what audits and legislation reference. APCA is shown alongside because WCAG 2 is known to misjudge mid-tone backgrounds, and it is the basis of the WCAG 3 draft.
| Pairing | WCAG 2 ratio | Level | APCA | Suitable for |
|---|---|---|---|---|
| Mint Cream on white | 1.02:1 | Fail | Lc 0 | Not usable for text |
| Mint Cream on black | 20.57:1 | AAA | Lc 106 | Body text at any size |
Mint Cream text on a white background
Mint Cream text on a black background
White text on Mint Cream
Black text on Mint Cream
Tonal scale
Hue held fixed while lightness walks OKLCh, ready to use as a design system ramp.
- 50#f2f9f6
- 100#e8f0ec
- 200#d6dfdb
- 300#bfc8c4
- 400#a3aca7
- 500#858e89
- 600#6b7470
- 700#555d59
- 800#434a46
- 900#333a37
- 950#1c211e
Tints and shades
Mixed perceptually toward white and black, so the steps feel evenly spaced.
- Tint 1#f7fffb
- Tint 2#f8fffc
- Tint 3#fafffc
- Tint 4#fcfffd
- Tint 5#fdfffe
- Shade 1#c0c8c4
- Shade 2#8e9491
- Shade 3#5f6361
- Shade 4#343635
- Shade 5#0e0f0e
Colours that work with Mint Cream
Complementary, triadic and analogous partners, rotated in OKLCh so they keep the same apparent brightness.
- #fff9fe
- #fbfbff
- #fffaf5
- #f9fef6
- #f3ffff
Closest CSS names
mintcreamexact matchazureΔEok 0.009whiteΔEok 0.015honeydewΔEok 0.016snowΔEok 0.017ivoryΔEok 0.017