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