#fad577
a light, electric yellow · warm · closest name: khaki
RGB
250, 213, 119
HSL
43°, 93%, 72%
CMYK
0, 15, 52, 2
Luminance
0.6924
Every format
| HEX | #fad577 |
| RGB | rgb(250, 213, 119) |
| HSL | hsl(43, 93%, 72%) |
| CMYK | cmyk(0%, 15%, 52%, 2%) |
| LAB | lab(86.6 1.6 50.8) |
| LCH | lch(86.6 50.8 88.2) |
| OKLCH | oklch(0.885 0.121 88.4) |
Copy-ready code
/* CSS */
color: #fad577;
background-color: #fad577;
/* Tailwind (arbitrary) */
class="text-[#fad577] bg-[#fad577]"
/* SCSS */
$brand: #fad577;
/* SwiftUI */
Color(red: 0.980, green: 0.835, blue: 0.467)
/* Android */
Color.parseColor("#fad577")Accessibility — WCAG contrast
Aa
#fad577 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fad577 on black: 14.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green83.5%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta14.8%
Yellow52.4%
Key (black)2.0%
Color previews
#fad577 text on a black background
contrast 14.85:1
Card sample
#fad577 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fad577;
Background color
Panel with #fad577 background
background-color: #fad577;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fad577;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 213, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 213, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fad577; background: linear-gradient(135deg, #fad577, #C8FA77);