#f2df87
a light, electric yellow · cool · closest name: khaki
RGB
242, 223, 135
HSL
49°, 81%, 74%
CMYK
0, 8, 44, 5
Luminance
0.7340
Every format
| HEX | #f2df87 |
| RGB | rgb(242, 223, 135) |
| HSL | hsl(49, 81%, 74%) |
| CMYK | cmyk(0%, 8%, 44%, 5%) |
| LAB | lab(88.6 -5.2 45.4) |
| LCH | lch(88.6 45.6 96.6) |
| OKLCH | oklch(0.900 0.111 97.5) |
Copy-ready code
/* CSS */
color: #f2df87;
background-color: #f2df87;
/* Tailwind (arbitrary) */
class="text-[#f2df87] bg-[#f2df87]"
/* SCSS */
$brand: #f2df87;
/* SwiftUI */
Color(red: 0.949, green: 0.875, blue: 0.529)
/* Android */
Color.parseColor("#f2df87")Accessibility — WCAG contrast
Aa
#f2df87 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2df87 on black: 15.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green87.5%
Blue52.9%
CMYK percentages
Cyan0.0%
Magenta7.9%
Yellow44.2%
Key (black)5.1%
Color previews
#f2df87 text on a black background
contrast 15.68:1
Card sample
#f2df87 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2df87;
Background color
Panel with #f2df87 background
background-color: #f2df87;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2df87;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 223, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 223, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2df87; background: linear-gradient(135deg, #f2df87, #BEF287);