#fad89c
a light, electric orange · warm · closest name: tan
RGB
250, 216, 156
HSL
38°, 90%, 80%
CMYK
0, 14, 38, 2
Luminance
0.7184
Every format
| HEX | #fad89c |
| RGB | rgb(250, 216, 156) |
| HSL | hsl(38, 90%, 80%) |
| CMYK | cmyk(0%, 14%, 38%, 2%) |
| LAB | lab(87.9 3.7 34.0) |
| LCH | lch(87.9 34.2 83.8) |
| OKLCH | oklch(0.897 0.085 81.4) |
Copy-ready code
/* CSS */
color: #fad89c;
background-color: #fad89c;
/* Tailwind (arbitrary) */
class="text-[#fad89c] bg-[#fad89c]"
/* SCSS */
$brand: #fad89c;
/* SwiftUI */
Color(red: 0.980, green: 0.847, blue: 0.612)
/* Android */
Color.parseColor("#fad89c")Accessibility — WCAG contrast
Aa
#fad89c on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fad89c on black: 15.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green84.7%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta13.6%
Yellow37.6%
Key (black)2.0%
Color previews
#fad89c text on a black background
contrast 15.37:1
Card sample
#fad89c text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fad89c;
Background color
Panel with #fad89c background
background-color: #fad89c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fad89c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 216, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 216, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fad89c; background: linear-gradient(135deg, #fad89c, #DDFA9C);