#f4f47a
a light, electric yellow · cool · closest name: khaki
RGB
244, 244, 122
HSL
60°, 85%, 72%
CMYK
0, 0, 50, 4
Luminance
0.8534
Every format
| HEX | #f4f47a |
| RGB | rgb(244, 244, 122) |
| HSL | hsl(60, 85%, 72%) |
| CMYK | cmyk(0%, 0%, 50%, 4%) |
| LAB | lab(94.0 -16.0 58.1) |
| LCH | lch(94.0 60.3 105.4) |
| OKLCH | oklch(0.943 0.145 108.9) |
Copy-ready code
/* CSS */
color: #f4f47a;
background-color: #f4f47a;
/* Tailwind (arbitrary) */
class="text-[#f4f47a] bg-[#f4f47a]"
/* SCSS */
$brand: #f4f47a;
/* SwiftUI */
Color(red: 0.957, green: 0.957, blue: 0.478)
/* Android */
Color.parseColor("#f4f47a")Accessibility — WCAG contrast
Aa
#f4f47a on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4f47a on black: 18.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green95.7%
Blue47.8%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow50.0%
Key (black)4.3%
Color previews
#f4f47a text on a black background
contrast 18.07:1
Card sample
#f4f47a text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4f47a;
Background color
Panel with #f4f47a background
background-color: #f4f47a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4f47a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 244, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 244, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4f47a; background: linear-gradient(135deg, #f4f47a, #A3F47A);