#fadeab
a light, electric orange · warm · closest name: tan
RGB
250, 222, 171
HSL
39°, 89%, 83%
CMYK
0, 11, 32, 2
Luminance
0.7551
Every format
| HEX | #fadeab |
| RGB | rgb(250, 222, 171) |
| HSL | hsl(39, 89%, 83%) |
| CMYK | cmyk(0%, 11%, 32%, 2%) |
| LAB | lab(89.6 2.4 28.6) |
| LCH | lch(89.6 28.7 85.3) |
| OKLCH | oklch(0.912 0.073 82.3) |
Copy-ready code
/* CSS */
color: #fadeab;
background-color: #fadeab;
/* Tailwind (arbitrary) */
class="text-[#fadeab] bg-[#fadeab]"
/* SCSS */
$brand: #fadeab;
/* SwiftUI */
Color(red: 0.980, green: 0.871, blue: 0.671)
/* Android */
Color.parseColor("#fadeab")Accessibility — WCAG contrast
Aa
#fadeab on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadeab on black: 16.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green87.1%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow31.6%
Key (black)2.0%
Color previews
#fadeab text on a black background
contrast 16.10:1
Card sample
#fadeab text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadeab;
Background color
Panel with #fadeab background
background-color: #fadeab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadeab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 222, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 222, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadeab; background: linear-gradient(135deg, #fadeab, #E1FAAB);