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