#fac4a2
a light, electric orange · warm · closest name: tan
RGB
250, 196, 162
HSL
23°, 90%, 81%
CMYK
0, 22, 35, 2
Luminance
0.6241
Every format
| HEX | #fac4a2 |
| RGB | rgb(250, 196, 162) |
| HSL | hsl(23, 90%, 81%) |
| CMYK | cmyk(0%, 22%, 35%, 2%) |
| LAB | lab(83.1 14.8 24.5) |
| LCH | lch(83.1 28.6 58.9) |
| OKLCH | oklch(0.860 0.077 53.6) |
Copy-ready code
/* CSS */
color: #fac4a2;
background-color: #fac4a2;
/* Tailwind (arbitrary) */
class="text-[#fac4a2] bg-[#fac4a2]"
/* SCSS */
$brand: #fac4a2;
/* SwiftUI */
Color(red: 0.980, green: 0.769, blue: 0.635)
/* Android */
Color.parseColor("#fac4a2")Accessibility — WCAG contrast
Aa
#fac4a2 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac4a2 on black: 13.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green76.9%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta21.6%
Yellow35.2%
Key (black)2.0%
Color previews
#fac4a2 text on a black background
contrast 13.48:1
Card sample
#fac4a2 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac4a2;
Background color
Panel with #fac4a2 background
background-color: #fac4a2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac4a2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 196, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 196, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac4a2; background: linear-gradient(135deg, #fac4a2, #F5FAA2);