#fac8ac
a light, electric orange · warm · closest name: tan
RGB
250, 200, 172
HSL
22°, 89%, 83%
CMYK
0, 20, 31, 2
Luminance
0.6461
Every format
| HEX | #fac8ac |
| RGB | rgb(250, 200, 172) |
| HSL | hsl(22, 89%, 83%) |
| CMYK | cmyk(0%, 20%, 31%, 2%) |
| LAB | lab(84.3 13.9 20.8) |
| LCH | lch(84.3 25.0 56.2) |
| OKLCH | oklch(0.870 0.069 50.7) |
Copy-ready code
/* CSS */
color: #fac8ac;
background-color: #fac8ac;
/* Tailwind (arbitrary) */
class="text-[#fac8ac] bg-[#fac8ac]"
/* SCSS */
$brand: #fac8ac;
/* SwiftUI */
Color(red: 0.980, green: 0.784, blue: 0.675)
/* Android */
Color.parseColor("#fac8ac")Accessibility — WCAG contrast
Aa
#fac8ac on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac8ac on black: 13.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green78.4%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta20.0%
Yellow31.2%
Key (black)2.0%
Color previews
#fac8ac text on a black background
contrast 13.92:1
Card sample
#fac8ac text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac8ac;
Background color
Panel with #fac8ac background
background-color: #fac8ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac8ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 200, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 200, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac8ac; background: linear-gradient(135deg, #fac8ac, #F8FAAC);