#fac5a8
a light, electric orange · warm · closest name: tan
RGB
250, 197, 168
HSL
21°, 89%, 82%
CMYK
0, 21, 33, 2
Luminance
0.6308
Every format
| HEX | #fac5a8 |
| RGB | rgb(250, 197, 168) |
| HSL | hsl(21, 89%, 82%) |
| CMYK | cmyk(0%, 21%, 33%, 2%) |
| LAB | lab(83.5 15.0 21.8) |
| LCH | lch(83.5 26.4 55.5) |
| OKLCH | oklch(0.863 0.072 50.1) |
Copy-ready code
/* CSS */
color: #fac5a8;
background-color: #fac5a8;
/* Tailwind (arbitrary) */
class="text-[#fac5a8] bg-[#fac5a8]"
/* SCSS */
$brand: #fac5a8;
/* SwiftUI */
Color(red: 0.980, green: 0.773, blue: 0.659)
/* Android */
Color.parseColor("#fac5a8")Accessibility — WCAG contrast
Aa
#fac5a8 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac5a8 on black: 13.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green77.3%
Blue65.9%
CMYK percentages
Cyan0.0%
Magenta21.2%
Yellow32.8%
Key (black)2.0%
Color previews
#fac5a8 text on a black background
contrast 13.62:1
Card sample
#fac5a8 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac5a8;
Background color
Panel with #fac5a8 background
background-color: #fac5a8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac5a8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 197, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 197, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac5a8; background: linear-gradient(135deg, #fac5a8, #F8FAA8);