#f4f48e
a light, electric yellow · cool · closest name: khaki
RGB
244, 244, 142
HSL
60°, 82%, 76%
CMYK
0, 0, 42, 4
Luminance
0.8589
Every format
| HEX | #f4f48e |
| RGB | rgb(244, 244, 142) |
| HSL | hsl(60, 82%, 76%) |
| CMYK | cmyk(0%, 0%, 42%, 4%) |
| LAB | lab(94.3 -14.2 49.0) |
| LCH | lch(94.3 51.0 106.1) |
| OKLCH | oklch(0.946 0.125 108.6) |
Copy-ready code
/* CSS */
color: #f4f48e;
background-color: #f4f48e;
/* Tailwind (arbitrary) */
class="text-[#f4f48e] bg-[#f4f48e]"
/* SCSS */
$brand: #f4f48e;
/* SwiftUI */
Color(red: 0.957, green: 0.957, blue: 0.557)
/* Android */
Color.parseColor("#f4f48e")Accessibility — WCAG contrast
Aa
#f4f48e on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4f48e on black: 18.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green95.7%
Blue55.7%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow41.8%
Key (black)4.3%
Color previews
#f4f48e text on a black background
contrast 18.18:1
Card sample
#f4f48e text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4f48e;
Background color
Panel with #f4f48e background
background-color: #f4f48e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4f48e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 244, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 244, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4f48e; background: linear-gradient(135deg, #f4f48e, #B0F48E);