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