#f2eace
a pale, vivid yellow · cool · closest name: beige
RGB
242, 234, 206
HSL
47°, 58%, 88%
CMYK
0, 3, 15, 5
Luminance
0.8218
Every format
| HEX | #f2eace |
| RGB | rgb(242, 234, 206) |
| HSL | hsl(47, 58%, 88%) |
| CMYK | cmyk(0%, 3%, 15%, 5%) |
| LAB | lab(92.7 -1.9 14.6) |
| LCH | lch(92.7 14.7 97.3) |
| OKLCH | oklch(0.936 0.038 93.8) |
Copy-ready code
/* CSS */
color: #f2eace;
background-color: #f2eace;
/* Tailwind (arbitrary) */
class="text-[#f2eace] bg-[#f2eace]"
/* SCSS */
$brand: #f2eace;
/* SwiftUI */
Color(red: 0.949, green: 0.918, blue: 0.808)
/* Android */
Color.parseColor("#f2eace")Accessibility — WCAG contrast
Aa
#f2eace on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2eace on black: 17.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green91.8%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta3.3%
Yellow14.9%
Key (black)5.1%
Color previews
#f2eace text on a black background
contrast 17.44:1
Card sample
#f2eace text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2eace;
Background color
Panel with #f2eace background
background-color: #f2eace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2eace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 234, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 234, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2eace; background: linear-gradient(135deg, #f2eace, #E2F2CE);