#fadec4
a pale, electric orange · warm · closest name: beige
RGB
250, 222, 196
HSL
29°, 84%, 88%
CMYK
0, 11, 22, 2
Luminance
0.7655
Every format
| HEX | #fadec4 |
| RGB | rgb(250, 222, 196) |
| HSL | hsl(29, 84%, 88%) |
| CMYK | cmyk(0%, 11%, 22%, 2%) |
| LAB | lab(90.1 5.7 16.3) |
| LCH | lch(90.1 17.3 70.7) |
| OKLCH | oklch(0.917 0.046 65.1) |
Copy-ready code
/* CSS */
color: #fadec4;
background-color: #fadec4;
/* Tailwind (arbitrary) */
class="text-[#fadec4] bg-[#fadec4]"
/* SCSS */
$brand: #fadec4;
/* SwiftUI */
Color(red: 0.980, green: 0.871, blue: 0.769)
/* Android */
Color.parseColor("#fadec4")Accessibility — WCAG contrast
Aa
#fadec4 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadec4 on black: 16.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green87.1%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow21.6%
Key (black)2.0%
Color previews
#fadec4 text on a black background
contrast 16.31:1
Card sample
#fadec4 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadec4;
Background color
Panel with #fadec4 background
background-color: #fadec4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadec4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 222, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 222, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadec4; background: linear-gradient(135deg, #fadec4, #F2FAC4);