#f1efea
a pale, soft yellow · warm · closest name: white
RGB
241, 239, 234
HSL
43°, 20%, 93%
CMYK
0, 1, 3, 6
Luminance
0.8637
Every format
| HEX | #f1efea |
| RGB | rgb(241, 239, 234) |
| HSL | hsl(43, 20%, 93%) |
| CMYK | cmyk(0%, 1%, 3%, 6%) |
| LAB | lab(94.5 -0.2 2.6) |
| LCH | lch(94.5 2.7 94.3) |
| OKLCH | oklch(0.952 0.007 88.6) |
Copy-ready code
/* CSS */
color: #f1efea;
background-color: #f1efea;
/* Tailwind (arbitrary) */
class="text-[#f1efea] bg-[#f1efea]"
/* SCSS */
$brand: #f1efea;
/* SwiftUI */
Color(red: 0.945, green: 0.937, blue: 0.918)
/* Android */
Color.parseColor("#f1efea")Accessibility — WCAG contrast
Aa
#f1efea on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1efea on black: 18.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green93.7%
Blue91.8%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow2.9%
Key (black)5.5%
Color previews
#f1efea text on a black background
contrast 18.27:1
Card sample
#f1efea text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1efea;
Background color
Panel with #f1efea background
background-color: #f1efea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1efea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 239, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 239, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1efea; background: linear-gradient(135deg, #f1efea, #EEF1EA);