#fac8b2
a light, electric orange · warm · closest name: tan
RGB
250, 200, 178
HSL
18°, 88%, 84%
CMYK
0, 20, 29, 2
Luminance
0.6485
Every format
| HEX | #fac8b2 |
| RGB | rgb(250, 200, 178) |
| HSL | hsl(18, 88%, 84%) |
| CMYK | cmyk(0%, 20%, 29%, 2%) |
| LAB | lab(84.4 14.7 17.8) |
| LCH | lch(84.4 23.0 50.4) |
| OKLCH | oklch(0.871 0.065 45.0) |
Copy-ready code
/* CSS */
color: #fac8b2;
background-color: #fac8b2;
/* Tailwind (arbitrary) */
class="text-[#fac8b2] bg-[#fac8b2]"
/* SCSS */
$brand: #fac8b2;
/* SwiftUI */
Color(red: 0.980, green: 0.784, blue: 0.698)
/* Android */
Color.parseColor("#fac8b2")Accessibility — WCAG contrast
Aa
#fac8b2 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac8b2 on black: 13.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green78.4%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta20.0%
Yellow28.8%
Key (black)2.0%
Color previews
#fac8b2 text on a black background
contrast 13.97:1
Card sample
#fac8b2 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac8b2;
Background color
Panel with #fac8b2 background
background-color: #fac8b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac8b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 200, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 200, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac8b2; background: linear-gradient(135deg, #fac8b2, #FAF8B2);