#f2e87a
a light, electric yellow · cool · closest name: khaki
RGB
242, 232, 122
HSL
55°, 82%, 71%
CMYK
0, 4, 50, 5
Luminance
0.7800
Every format
| HEX | #f2e87a |
| RGB | rgb(242, 232, 122) |
| HSL | hsl(55, 82%, 71%) |
| CMYK | cmyk(0%, 4%, 50%, 5%) |
| LAB | lab(90.8 -10.9 54.2) |
| LCH | lch(90.8 55.3 101.4) |
| OKLCH | oklch(0.917 0.132 104.0) |
Copy-ready code
/* CSS */
color: #f2e87a;
background-color: #f2e87a;
/* Tailwind (arbitrary) */
class="text-[#f2e87a] bg-[#f2e87a]"
/* SCSS */
$brand: #f2e87a;
/* SwiftUI */
Color(red: 0.949, green: 0.910, blue: 0.478)
/* Android */
Color.parseColor("#f2e87a")Accessibility — WCAG contrast
Aa
#f2e87a on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2e87a on black: 16.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green91.0%
Blue47.8%
CMYK percentages
Cyan0.0%
Magenta4.1%
Yellow49.6%
Key (black)5.1%
Color previews
#f2e87a text on a black background
contrast 16.60:1
Card sample
#f2e87a text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2e87a;
Background color
Panel with #f2e87a background
background-color: #f2e87a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2e87a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 232, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 232, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2e87a; background: linear-gradient(135deg, #f2e87a, #ACF27A);