#f4cd82
a light, electric orange · warm · closest name: khaki
RGB
244, 205, 130
HSL
40°, 84%, 73%
CMYK
0, 16, 47, 4
Luminance
0.6451
Every format
| HEX | #f4cd82 |
| RGB | rgb(244, 205, 130) |
| HSL | hsl(40, 84%, 73%) |
| CMYK | cmyk(0%, 16%, 47%, 4%) |
| LAB | lab(84.2 4.3 42.3) |
| LCH | lch(84.2 42.5 84.2) |
| OKLCH | oklch(0.866 0.103 82.9) |
Copy-ready code
/* CSS */
color: #f4cd82;
background-color: #f4cd82;
/* Tailwind (arbitrary) */
class="text-[#f4cd82] bg-[#f4cd82]"
/* SCSS */
$brand: #f4cd82;
/* SwiftUI */
Color(red: 0.957, green: 0.804, blue: 0.510)
/* Android */
Color.parseColor("#f4cd82")Accessibility — WCAG contrast
Aa
#f4cd82 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4cd82 on black: 13.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green80.4%
Blue51.0%
CMYK percentages
Cyan0.0%
Magenta16.0%
Yellow46.7%
Key (black)4.3%
Color previews
#f4cd82 text on a black background
contrast 13.90:1
Card sample
#f4cd82 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4cd82;
Background color
Panel with #f4cd82 background
background-color: #f4cd82;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4cd82;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 205, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 205, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4cd82; background: linear-gradient(135deg, #f4cd82, #CFF482);