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