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