#fadec7
a pale, electric orange · warm · closest name: beige
RGB
250, 222, 199
HSL
27°, 84%, 88%
CMYK
0, 11, 20, 2
Luminance
0.7669
Every format
| HEX | #fadec7 |
| RGB | rgb(250, 222, 199) |
| HSL | hsl(27, 84%, 88%) |
| CMYK | cmyk(0%, 11%, 20%, 2%) |
| LAB | lab(90.2 6.1 14.8) |
| LCH | lch(90.2 16.0 67.6) |
| OKLCH | oklch(0.918 0.044 61.6) |
Copy-ready code
/* CSS */
color: #fadec7;
background-color: #fadec7;
/* Tailwind (arbitrary) */
class="text-[#fadec7] bg-[#fadec7]"
/* SCSS */
$brand: #fadec7;
/* SwiftUI */
Color(red: 0.980, green: 0.871, blue: 0.780)
/* Android */
Color.parseColor("#fadec7")Accessibility — WCAG contrast
Aa
#fadec7 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadec7 on black: 16.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green87.1%
Blue78.0%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow20.4%
Key (black)2.0%
Color previews
#fadec7 text on a black background
contrast 16.34:1
Card sample
#fadec7 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadec7;
Background color
Panel with #fadec7 background
background-color: #fadec7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadec7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 222, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 222, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadec7; background: linear-gradient(135deg, #fadec7, #F4FAC7);