#fadac0
a pale, electric orange · warm · closest name: beige
RGB
250, 218, 192
HSL
27°, 85%, 87%
CMYK
0, 13, 23, 2
Luminance
0.7427
Every format
| HEX | #fadac0 |
| RGB | rgb(250, 218, 192) |
| HSL | hsl(27, 85%, 87%) |
| CMYK | cmyk(0%, 13%, 23%, 2%) |
| LAB | lab(89.0 7.2 16.9) |
| LCH | lch(89.0 18.4 66.9) |
| OKLCH | oklch(0.908 0.050 61.2) |
Copy-ready code
/* CSS */
color: #fadac0;
background-color: #fadac0;
/* Tailwind (arbitrary) */
class="text-[#fadac0] bg-[#fadac0]"
/* SCSS */
$brand: #fadac0;
/* SwiftUI */
Color(red: 0.980, green: 0.855, blue: 0.753)
/* Android */
Color.parseColor("#fadac0")Accessibility — WCAG contrast
Aa
#fadac0 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadac0 on black: 15.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green85.5%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta12.8%
Yellow23.2%
Key (black)2.0%
Color previews
#fadac0 text on a black background
contrast 15.85:1
Card sample
#fadac0 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadac0;
Background color
Panel with #fadac0 background
background-color: #fadac0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadac0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 218, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 218, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadac0; background: linear-gradient(135deg, #fadac0, #F3FAC0);