#fac09b
a light, electric orange · warm · closest name: tan
RGB
250, 192, 155
HSL
23°, 91%, 79%
CMYK
0, 23, 38, 2
Luminance
0.6039
Every format
| HEX | #fac09b |
| RGB | rgb(250, 192, 155) |
| HSL | hsl(23, 91%, 79%) |
| CMYK | cmyk(0%, 23%, 38%, 2%) |
| LAB | lab(82.0 16.1 26.7) |
| LCH | lch(82.0 31.1 59.0) |
| OKLCH | oklch(0.851 0.083 53.8) |
Copy-ready code
/* CSS */
color: #fac09b;
background-color: #fac09b;
/* Tailwind (arbitrary) */
class="text-[#fac09b] bg-[#fac09b]"
/* SCSS */
$brand: #fac09b;
/* SwiftUI */
Color(red: 0.980, green: 0.753, blue: 0.608)
/* Android */
Color.parseColor("#fac09b")Accessibility — WCAG contrast
Aa
#fac09b on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac09b on black: 13.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green75.3%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta23.2%
Yellow38.0%
Key (black)2.0%
Color previews
#fac09b text on a black background
contrast 13.08:1
Card sample
#fac09b text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac09b;
Background color
Panel with #fac09b background
background-color: #fac09b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac09b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 192, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 192, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac09b; background: linear-gradient(135deg, #fac09b, #F5FA9B);