#fac5ac
a light, electric orange · warm · closest name: tan
RGB
250, 197, 172
HSL
19°, 89%, 83%
CMYK
0, 21, 31, 2
Luminance
0.6324
Every format
| HEX | #fac5ac |
| RGB | rgb(250, 197, 172) |
| HSL | hsl(19, 89%, 83%) |
| CMYK | cmyk(0%, 21%, 31%, 2%) |
| LAB | lab(83.6 15.5 19.8) |
| LCH | lch(83.6 25.1 52.0) |
| OKLCH | oklch(0.864 0.070 46.5) |
Copy-ready code
/* CSS */
color: #fac5ac;
background-color: #fac5ac;
/* Tailwind (arbitrary) */
class="text-[#fac5ac] bg-[#fac5ac]"
/* SCSS */
$brand: #fac5ac;
/* SwiftUI */
Color(red: 0.980, green: 0.773, blue: 0.675)
/* Android */
Color.parseColor("#fac5ac")Accessibility — WCAG contrast
Aa
#fac5ac on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac5ac on black: 13.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green77.3%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta21.2%
Yellow31.2%
Key (black)2.0%
Color previews
#fac5ac text on a black background
contrast 13.65:1
Card sample
#fac5ac text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac5ac;
Background color
Panel with #fac5ac background
background-color: #fac5ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac5ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 197, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 197, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac5ac; background: linear-gradient(135deg, #fac5ac, #FAF9AC);