#fac1ac
a light, electric orange · warm · closest name: tan
RGB
250, 193, 172
HSL
16°, 89%, 83%
CMYK
0, 23, 31, 2
Luminance
0.6144
Every format
| HEX | #fac1ac |
| RGB | rgb(250, 193, 172) |
| HSL | hsl(16, 89%, 83%) |
| CMYK | cmyk(0%, 23%, 31%, 2%) |
| LAB | lab(82.6 17.6 18.4) |
| LCH | lch(82.6 25.5 46.4) |
| OKLCH | oklch(0.857 0.072 41.2) |
Copy-ready code
/* CSS */
color: #fac1ac;
background-color: #fac1ac;
/* Tailwind (arbitrary) */
class="text-[#fac1ac] bg-[#fac1ac]"
/* SCSS */
$brand: #fac1ac;
/* SwiftUI */
Color(red: 0.980, green: 0.757, blue: 0.675)
/* Android */
Color.parseColor("#fac1ac")Accessibility — WCAG contrast
Aa
#fac1ac on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac1ac on black: 13.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green75.7%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta22.8%
Yellow31.2%
Key (black)2.0%
Color previews
#fac1ac text on a black background
contrast 13.29:1
Card sample
#fac1ac text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac1ac;
Background color
Panel with #fac1ac background
background-color: #fac1ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac1ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 193, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 193, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac1ac; background: linear-gradient(135deg, #fac1ac, #FAF5AC);