#fadccb
a pale, electric orange · warm · closest name: beige
RGB
250, 220, 203
HSL
22°, 83%, 89%
CMYK
0, 12, 19, 2
Luminance
0.7582
Every format
| HEX | #fadccb |
| RGB | rgb(250, 220, 203) |
| HSL | hsl(22, 83%, 89%) |
| CMYK | cmyk(0%, 12%, 19%, 2%) |
| LAB | lab(89.8 7.7 12.2) |
| LCH | lch(89.8 14.4 57.5) |
| OKLCH | oklch(0.915 0.041 51.4) |
Copy-ready code
/* CSS */
color: #fadccb;
background-color: #fadccb;
/* Tailwind (arbitrary) */
class="text-[#fadccb] bg-[#fadccb]"
/* SCSS */
$brand: #fadccb;
/* SwiftUI */
Color(red: 0.980, green: 0.863, blue: 0.796)
/* Android */
Color.parseColor("#fadccb")Accessibility — WCAG contrast
Aa
#fadccb on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadccb on black: 16.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green86.3%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta12.0%
Yellow18.8%
Key (black)2.0%
Color previews
#fadccb text on a black background
contrast 16.16:1
Card sample
#fadccb text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadccb;
Background color
Panel with #fadccb background
background-color: #fadccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 220, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 220, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadccb; background: linear-gradient(135deg, #fadccb, #F9FACB);