#fac09c
a light, electric orange · warm · closest name: tan
RGB
250, 192, 156
HSL
23°, 90%, 80%
CMYK
0, 23, 38, 2
Luminance
0.6042
Every format
| HEX | #fac09c |
| RGB | rgb(250, 192, 156) |
| HSL | hsl(23, 90%, 80%) |
| CMYK | cmyk(0%, 23%, 38%, 2%) |
| LAB | lab(82.1 16.2 26.2) |
| LCH | lch(82.1 30.8 58.3) |
| OKLCH | oklch(0.852 0.082 53.1) |
Copy-ready code
/* CSS */
color: #fac09c;
background-color: #fac09c;
/* Tailwind (arbitrary) */
class="text-[#fac09c] bg-[#fac09c]"
/* SCSS */
$brand: #fac09c;
/* SwiftUI */
Color(red: 0.980, green: 0.753, blue: 0.612)
/* Android */
Color.parseColor("#fac09c")Accessibility — WCAG contrast
Aa
#fac09c on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac09c on black: 13.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green75.3%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta23.2%
Yellow37.6%
Key (black)2.0%
Color previews
#fac09c text on a black background
contrast 13.08:1
Card sample
#fac09c text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac09c;
Background color
Panel with #fac09c background
background-color: #fac09c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac09c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 192, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 192, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac09c; background: linear-gradient(135deg, #fac09c, #F5FA9C);