#facdad
a light, electric orange · warm · closest name: tan
RGB
250, 205, 173
HSL
25°, 89%, 83%
CMYK
0, 18, 31, 2
Luminance
0.6700
Every format
| HEX | #facdad |
| RGB | rgb(250, 205, 173) |
| HSL | hsl(25, 89%, 83%) |
| CMYK | cmyk(0%, 18%, 31%, 2%) |
| LAB | lab(85.5 11.4 21.9) |
| LCH | lch(85.5 24.7 62.5) |
| OKLCH | oklch(0.879 0.067 57.1) |
Copy-ready code
/* CSS */
color: #facdad;
background-color: #facdad;
/* Tailwind (arbitrary) */
class="text-[#facdad] bg-[#facdad]"
/* SCSS */
$brand: #facdad;
/* SwiftUI */
Color(red: 0.980, green: 0.804, blue: 0.678)
/* Android */
Color.parseColor("#facdad")Accessibility — WCAG contrast
Aa
#facdad on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#facdad on black: 14.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green80.4%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta18.0%
Yellow30.8%
Key (black)2.0%
Color previews
#facdad text on a black background
contrast 14.40:1
Card sample
#facdad text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #facdad;
Background color
Panel with #facdad background
background-color: #facdad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #facdad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 205, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 205, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #facdad; background: linear-gradient(135deg, #facdad, #F4FAAD);