#f4d26b
a light, electric yellow · cool · closest name: khaki
RGB
244, 210, 107
HSL
45°, 86%, 69%
CMYK
0, 14, 56, 4
Luminance
0.6639
Every format
| HEX | #f4d26b |
| RGB | rgb(244, 210, 107) |
| HSL | hsl(45, 86%, 69%) |
| CMYK | cmyk(0%, 14%, 56%, 4%) |
| LAB | lab(85.2 -0.2 54.7) |
| LCH | lch(85.2 54.7 90.2) |
| OKLCH | oklch(0.872 0.128 91.3) |
Copy-ready code
/* CSS */
color: #f4d26b;
background-color: #f4d26b;
/* Tailwind (arbitrary) */
class="text-[#f4d26b] bg-[#f4d26b]"
/* SCSS */
$brand: #f4d26b;
/* SwiftUI */
Color(red: 0.957, green: 0.824, blue: 0.420)
/* Android */
Color.parseColor("#f4d26b")Accessibility — WCAG contrast
Aa
#f4d26b on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4d26b on black: 14.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green82.4%
Blue42.0%
CMYK percentages
Cyan0.0%
Magenta13.9%
Yellow56.1%
Key (black)4.3%
Color previews
#f4d26b text on a black background
contrast 14.28:1
Card sample
#f4d26b text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4d26b;
Background color
Panel with #f4d26b background
background-color: #f4d26b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4d26b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 210, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 210, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4d26b; background: linear-gradient(135deg, #f4d26b, #BBF46B);