#f2eeae
a light, vivid yellow · cool · closest name: khaki
RGB
242, 238, 174
HSL
57°, 72%, 82%
CMYK
0, 2, 28, 5
Luminance
0.8308
Every format
| HEX | #f2eeae |
| RGB | rgb(242, 238, 174) |
| HSL | hsl(57, 72%, 82%) |
| CMYK | cmyk(0%, 2%, 28%, 5%) |
| LAB | lab(93.0 -8.3 31.6) |
| LCH | lch(93.0 32.6 104.8) |
| OKLCH | oklch(0.937 0.082 104.9) |
Copy-ready code
/* CSS */
color: #f2eeae;
background-color: #f2eeae;
/* Tailwind (arbitrary) */
class="text-[#f2eeae] bg-[#f2eeae]"
/* SCSS */
$brand: #f2eeae;
/* SwiftUI */
Color(red: 0.949, green: 0.933, blue: 0.682)
/* Android */
Color.parseColor("#f2eeae")Accessibility — WCAG contrast
Aa
#f2eeae on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2eeae on black: 17.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green93.3%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta1.7%
Yellow28.1%
Key (black)5.1%
Color previews
#f2eeae text on a black background
contrast 17.62:1
Card sample
#f2eeae text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2eeae;
Background color
Panel with #f2eeae background
background-color: #f2eeae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2eeae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 238, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 238, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2eeae; background: linear-gradient(135deg, #f2eeae, #C9F2AE);