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