#fadacf
a pale, electric orange · warm · closest name: beige
RGB
250, 218, 207
HSL
15°, 81%, 90%
CMYK
0, 13, 17, 2
Luminance
0.7497
Every format
| HEX | #fadacf |
| RGB | rgb(250, 218, 207) |
| HSL | hsl(15, 81%, 90%) |
| CMYK | cmyk(0%, 13%, 17%, 2%) |
| LAB | lab(89.4 9.4 9.5) |
| LCH | lch(89.4 13.3 45.4) |
| OKLCH | oklch(0.912 0.039 39.9) |
Copy-ready code
/* CSS */
color: #fadacf;
background-color: #fadacf;
/* Tailwind (arbitrary) */
class="text-[#fadacf] bg-[#fadacf]"
/* SCSS */
$brand: #fadacf;
/* SwiftUI */
Color(red: 0.980, green: 0.855, blue: 0.812)
/* Android */
Color.parseColor("#fadacf")Accessibility — WCAG contrast
Aa
#fadacf on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadacf on black: 15.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green85.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta12.8%
Yellow17.2%
Key (black)2.0%
Color previews
#fadacf text on a black background
contrast 15.99:1
Card sample
#fadacf text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadacf;
Background color
Panel with #fadacf background
background-color: #fadacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 218, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 218, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadacf; background: linear-gradient(135deg, #fadacf, #FAF7CF);