#f4f09c
a light, electric yellow · cool · closest name: khaki
RGB
244, 240, 156
HSL
57°, 80%, 78%
CMYK
0, 2, 36, 4
Luminance
0.8395
Every format
| HEX | #f4f09c |
| RGB | rgb(244, 240, 156) |
| HSL | hsl(57, 80%, 78%) |
| CMYK | cmyk(0%, 2%, 36%, 4%) |
| LAB | lab(93.4 -10.7 41.1) |
| LCH | lch(93.4 42.5 104.6) |
| OKLCH | oklch(0.940 0.105 105.9) |
Copy-ready code
/* CSS */
color: #f4f09c;
background-color: #f4f09c;
/* Tailwind (arbitrary) */
class="text-[#f4f09c] bg-[#f4f09c]"
/* SCSS */
$brand: #f4f09c;
/* SwiftUI */
Color(red: 0.957, green: 0.941, blue: 0.612)
/* Android */
Color.parseColor("#f4f09c")Accessibility — WCAG contrast
Aa
#f4f09c on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4f09c on black: 17.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green94.1%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta1.6%
Yellow36.1%
Key (black)4.3%
Color previews
#f4f09c text on a black background
contrast 17.79:1
Card sample
#f4f09c text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4f09c;
Background color
Panel with #f4f09c background
background-color: #f4f09c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4f09c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 240, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 240, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4f09c; background: linear-gradient(135deg, #f4f09c, #BDF49C);