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