#fadecc
a pale, electric orange · warm · closest name: beige
RGB
250, 222, 204
HSL
24°, 82%, 89%
CMYK
0, 11, 18, 2
Luminance
0.7693
Every format
| HEX | #fadecc |
| RGB | rgb(250, 222, 204) |
| HSL | hsl(24, 82%, 89%) |
| CMYK | cmyk(0%, 11%, 18%, 2%) |
| LAB | lab(90.3 6.8 12.3) |
| LCH | lch(90.3 14.1 61.0) |
| OKLCH | oklch(0.919 0.039 54.8) |
Copy-ready code
/* CSS */
color: #fadecc;
background-color: #fadecc;
/* Tailwind (arbitrary) */
class="text-[#fadecc] bg-[#fadecc]"
/* SCSS */
$brand: #fadecc;
/* SwiftUI */
Color(red: 0.980, green: 0.871, blue: 0.800)
/* Android */
Color.parseColor("#fadecc")Accessibility — WCAG contrast
Aa
#fadecc on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadecc on black: 16.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green87.1%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta11.2%
Yellow18.4%
Key (black)2.0%
Color previews
#fadecc text on a black background
contrast 16.39:1
Card sample
#fadecc text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadecc;
Background color
Panel with #fadecc background
background-color: #fadecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 222, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 222, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadecc; background: linear-gradient(135deg, #fadecc, #F7FACC);