#f1efe4
a pale, soft yellow · cool · closest name: ivory
RGB
241, 239, 228
HSL
51°, 32%, 92%
CMYK
0, 1, 5, 6
Luminance
0.8604
Every format
| HEX | #f1efe4 |
| RGB | rgb(241, 239, 228) |
| HSL | hsl(51, 32%, 92%) |
| CMYK | cmyk(0%, 1%, 5%, 6%) |
| LAB | lab(94.3 -1.2 5.5) |
| LCH | lch(94.3 5.7 102.5) |
| OKLCH | oklch(0.951 0.015 98.3) |
Copy-ready code
/* CSS */
color: #f1efe4;
background-color: #f1efe4;
/* Tailwind (arbitrary) */
class="text-[#f1efe4] bg-[#f1efe4]"
/* SCSS */
$brand: #f1efe4;
/* SwiftUI */
Color(red: 0.945, green: 0.937, blue: 0.894)
/* Android */
Color.parseColor("#f1efe4")Accessibility — WCAG contrast
Aa
#f1efe4 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1efe4 on black: 18.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green93.7%
Blue89.4%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow5.4%
Key (black)5.5%
Color previews
#f1efe4 text on a black background
contrast 18.21:1
Card sample
#f1efe4 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1efe4;
Background color
Panel with #f1efe4 background
background-color: #f1efe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1efe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 239, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 239, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1efe4; background: linear-gradient(135deg, #f1efe4, #EAF1E4);