#fac9b0
a light, electric orange · warm · closest name: tan
RGB
250, 201, 176
HSL
20°, 88%, 84%
CMYK
0, 20, 30, 2
Luminance
0.6523
Every format
| HEX | #fac9b0 |
| RGB | rgb(250, 201, 176) |
| HSL | hsl(20, 88%, 84%) |
| CMYK | cmyk(0%, 20%, 30%, 2%) |
| LAB | lab(84.6 13.9 19.1) |
| LCH | lch(84.6 23.6 54.0) |
| OKLCH | oklch(0.873 0.065 48.4) |
Copy-ready code
/* CSS */
color: #fac9b0;
background-color: #fac9b0;
/* Tailwind (arbitrary) */
class="text-[#fac9b0] bg-[#fac9b0]"
/* SCSS */
$brand: #fac9b0;
/* SwiftUI */
Color(red: 0.980, green: 0.788, blue: 0.690)
/* Android */
Color.parseColor("#fac9b0")Accessibility — WCAG contrast
Aa
#fac9b0 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac9b0 on black: 14.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green78.8%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta19.6%
Yellow29.6%
Key (black)2.0%
Color previews
#fac9b0 text on a black background
contrast 14.05:1
Card sample
#fac9b0 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac9b0;
Background color
Panel with #fac9b0 background
background-color: #fac9b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac9b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 201, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 201, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac9b0; background: linear-gradient(135deg, #fac9b0, #FAFAB0);