#f4cd7a
a light, electric yellow · warm · closest name: khaki
RGB
244, 205, 122
HSL
41°, 85%, 72%
CMYK
0, 16, 50, 4
Luminance
0.6430
Every format
| HEX | #f4cd7a |
| RGB | rgb(244, 205, 122) |
| HSL | hsl(41, 85%, 72%) |
| CMYK | cmyk(0%, 16%, 50%, 4%) |
| LAB | lab(84.1 3.6 46.2) |
| LCH | lch(84.1 46.3 85.6) |
| OKLCH | oklch(0.865 0.111 85.0) |
Copy-ready code
/* CSS */
color: #f4cd7a;
background-color: #f4cd7a;
/* Tailwind (arbitrary) */
class="text-[#f4cd7a] bg-[#f4cd7a]"
/* SCSS */
$brand: #f4cd7a;
/* SwiftUI */
Color(red: 0.957, green: 0.804, blue: 0.478)
/* Android */
Color.parseColor("#f4cd7a")Accessibility — WCAG contrast
Aa
#f4cd7a on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4cd7a on black: 13.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green80.4%
Blue47.8%
CMYK percentages
Cyan0.0%
Magenta16.0%
Yellow50.0%
Key (black)4.3%
Color previews
#f4cd7a text on a black background
contrast 13.86:1
Card sample
#f4cd7a text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4cd7a;
Background color
Panel with #f4cd7a background
background-color: #f4cd7a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4cd7a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 205, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 205, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4cd7a; background: linear-gradient(135deg, #f4cd7a, #CAF47A);