#fadccf
a pale, electric orange · warm · closest name: beige
RGB
250, 220, 207
HSL
18°, 81%, 90%
CMYK
0, 12, 17, 2
Luminance
0.7602
Every format
| HEX | #fadccf |
| RGB | rgb(250, 220, 207) |
| HSL | hsl(18, 81%, 90%) |
| CMYK | cmyk(0%, 12%, 17%, 2%) |
| LAB | lab(89.9 8.3 10.2) |
| LCH | lch(89.9 13.2 50.7) |
| OKLCH | oklch(0.916 0.038 44.9) |
Copy-ready code
/* CSS */
color: #fadccf;
background-color: #fadccf;
/* Tailwind (arbitrary) */
class="text-[#fadccf] bg-[#fadccf]"
/* SCSS */
$brand: #fadccf;
/* SwiftUI */
Color(red: 0.980, green: 0.863, blue: 0.812)
/* Android */
Color.parseColor("#fadccf")Accessibility — WCAG contrast
Aa
#fadccf on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadccf on black: 16.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green86.3%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta12.0%
Yellow17.2%
Key (black)2.0%
Color previews
#fadccf text on a black background
contrast 16.20:1
Card sample
#fadccf text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadccf;
Background color
Panel with #fadccf background
background-color: #fadccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 220, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 220, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadccf; background: linear-gradient(135deg, #fadccf, #FAF9CF);