#fac9a2
a light, electric orange · warm · closest name: tan
RGB
250, 201, 162
HSL
27°, 90%, 81%
CMYK
0, 20, 35, 2
Luminance
0.6471
Every format
| HEX | #fac9a2 |
| RGB | rgb(250, 201, 162) |
| HSL | hsl(27, 90%, 81%) |
| CMYK | cmyk(0%, 20%, 35%, 2%) |
| LAB | lab(84.3 12.2 26.1) |
| LCH | lch(84.3 28.8 65.0) |
| OKLCH | oklch(0.870 0.076 60.1) |
Copy-ready code
/* CSS */
color: #fac9a2;
background-color: #fac9a2;
/* Tailwind (arbitrary) */
class="text-[#fac9a2] bg-[#fac9a2]"
/* SCSS */
$brand: #fac9a2;
/* SwiftUI */
Color(red: 0.980, green: 0.788, blue: 0.635)
/* Android */
Color.parseColor("#fac9a2")Accessibility — WCAG contrast
Aa
#fac9a2 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac9a2 on black: 13.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green78.8%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta19.6%
Yellow35.2%
Key (black)2.0%
Color previews
#fac9a2 text on a black background
contrast 13.94:1
Card sample
#fac9a2 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac9a2;
Background color
Panel with #fac9a2 background
background-color: #fac9a2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac9a2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 201, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 201, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac9a2; background: linear-gradient(135deg, #fac9a2, #F0FAA2);