#f4cd5d
a light, electric yellow · warm · closest name: khaki
RGB
244, 205, 93
HSL
45°, 87%, 66%
CMYK
0, 16, 62, 4
Luminance
0.6369
Every format
| HEX | #f4cd5d |
| RGB | rgb(244, 205, 93) |
| HSL | hsl(45, 87%, 66%) |
| CMYK | cmyk(0%, 16%, 62%, 4%) |
| LAB | lab(83.8 1.4 59.5) |
| LCH | lch(83.8 59.5 88.7) |
| OKLCH | oklch(0.861 0.137 90.0) |
Copy-ready code
/* CSS */
color: #f4cd5d;
background-color: #f4cd5d;
/* Tailwind (arbitrary) */
class="text-[#f4cd5d] bg-[#f4cd5d]"
/* SCSS */
$brand: #f4cd5d;
/* SwiftUI */
Color(red: 0.957, green: 0.804, blue: 0.365)
/* Android */
Color.parseColor("#f4cd5d")Accessibility — WCAG contrast
Aa
#f4cd5d on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4cd5d on black: 13.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green80.4%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta16.0%
Yellow61.9%
Key (black)4.3%
Color previews
#f4cd5d text on a black background
contrast 13.74:1
Card sample
#f4cd5d text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4cd5d;
Background color
Panel with #f4cd5d background
background-color: #f4cd5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4cd5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 205, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 205, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4cd5d; background: linear-gradient(135deg, #f4cd5d, #B6F45D);