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