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