#fadeae
a light, electric orange · warm · closest name: tan
RGB
250, 222, 174
HSL
38°, 88%, 83%
CMYK
0, 11, 30, 2
Luminance
0.7562
Every format
| HEX | #fadeae |
| RGB | rgb(250, 222, 174) |
| HSL | hsl(38, 88%, 83%) |
| CMYK | cmyk(0%, 11%, 30%, 2%) |
| LAB | lab(89.7 2.8 27.1) |
| LCH | lch(89.7 27.3 84.2) |
| OKLCH | oklch(0.912 0.069 81.0) |
Copy-ready code
/* CSS */
color: #fadeae;
background-color: #fadeae;
/* Tailwind (arbitrary) */
class="text-[#fadeae] bg-[#fadeae]"
/* SCSS */
$brand: #fadeae;
/* SwiftUI */
Color(red: 0.980, green: 0.871, blue: 0.682)
/* Android */
Color.parseColor("#fadeae")Accessibility — WCAG contrast
Aa
#fadeae on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadeae on black: 16.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green87.1%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow30.4%
Key (black)2.0%
Color previews
#fadeae text on a black background
contrast 16.12:1
Card sample
#fadeae text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadeae;
Background color
Panel with #fadeae background
background-color: #fadeae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadeae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 222, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 222, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadeae; background: linear-gradient(135deg, #fadeae, #E3FAAE);