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