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