#fad596
a light, electric orange · warm · closest name: khaki
RGB
250, 213, 150
HSL
38°, 91%, 78%
CMYK
0, 15, 40, 2
Luminance
0.7011
Every format
| HEX | #fad596 |
| RGB | rgb(250, 213, 150) |
| HSL | hsl(38, 91%, 78%) |
| CMYK | cmyk(0%, 15%, 40%, 2%) |
| LAB | lab(87.0 4.6 35.9) |
| LCH | lch(87.0 36.2 82.7) |
| OKLCH | oklch(0.890 0.090 80.5) |
Copy-ready code
/* CSS */
color: #fad596;
background-color: #fad596;
/* Tailwind (arbitrary) */
class="text-[#fad596] bg-[#fad596]"
/* SCSS */
$brand: #fad596;
/* SwiftUI */
Color(red: 0.980, green: 0.835, blue: 0.588)
/* Android */
Color.parseColor("#fad596")Accessibility — WCAG contrast
Aa
#fad596 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fad596 on black: 15.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green83.5%
Blue58.8%
CMYK percentages
Cyan0.0%
Magenta14.8%
Yellow40.0%
Key (black)2.0%
Color previews
#fad596 text on a black background
contrast 15.02:1
Card sample
#fad596 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fad596;
Background color
Panel with #fad596 background
background-color: #fad596;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fad596;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 213, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 213, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fad596; background: linear-gradient(135deg, #fad596, #DCFA96);