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