#f2e8af
a light, vivid yellow · cool · closest name: khaki
RGB
242, 232, 175
HSL
51°, 72%, 82%
CMYK
0, 4, 28, 5
Luminance
0.7969
Every format
| HEX | #f2e8af |
| RGB | rgb(242, 232, 175) |
| HSL | hsl(51, 72%, 82%) |
| CMYK | cmyk(0%, 4%, 28%, 5%) |
| LAB | lab(91.5 -5.2 29.0) |
| LCH | lch(91.5 29.5 100.2) |
| OKLCH | oklch(0.925 0.074 99.3) |
Copy-ready code
/* CSS */
color: #f2e8af;
background-color: #f2e8af;
/* Tailwind (arbitrary) */
class="text-[#f2e8af] bg-[#f2e8af]"
/* SCSS */
$brand: #f2e8af;
/* SwiftUI */
Color(red: 0.949, green: 0.910, blue: 0.686)
/* Android */
Color.parseColor("#f2e8af")Accessibility — WCAG contrast
Aa
#f2e8af on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2e8af on black: 16.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green91.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta4.1%
Yellow27.7%
Key (black)5.1%
Color previews
#f2e8af text on a black background
contrast 16.94:1
Card sample
#f2e8af text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2e8af;
Background color
Panel with #f2e8af background
background-color: #f2e8af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2e8af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 232, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 232, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2e8af; background: linear-gradient(135deg, #f2e8af, #CFF2AF);