#f0efee
a pale, muted near-white · warm · closest name: white
RGB
240, 239, 238
HSL
30°, 6%, 94%
CMYK
0, 0, 1, 6
Luminance
0.8643
Every format
| HEX | #f0efee |
| RGB | rgb(240, 239, 238) |
| HSL | hsl(30, 6%, 94%) |
| CMYK | cmyk(0%, 0%, 1%, 6%) |
| LAB | lab(94.5 0.2 0.6) |
| LCH | lch(94.5 0.6 75.1) |
| OKLCH | oklch(0.953 0.002 67.8) |
Copy-ready code
/* CSS */
color: #f0efee;
background-color: #f0efee;
/* Tailwind (arbitrary) */
class="text-[#f0efee] bg-[#f0efee]"
/* SCSS */
$brand: #f0efee;
/* SwiftUI */
Color(red: 0.941, green: 0.937, blue: 0.933)
/* Android */
Color.parseColor("#f0efee")Accessibility — WCAG contrast
Aa
#f0efee on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0efee on black: 18.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green93.7%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow0.8%
Key (black)5.9%
Color previews
#f0efee text on a black background
contrast 18.29:1
Card sample
#f0efee text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0efee;
Background color
Panel with #f0efee background
background-color: #f0efee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0efee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 239, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 239, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0efee; background: linear-gradient(135deg, #f0efee, #F0F0EE);