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