#fac9b9
a pale, electric red · warm · closest name: pink
RGB
250, 201, 185
HSL
15°, 87%, 85%
CMYK
0, 20, 26, 2
Luminance
0.6560
Every format
| HEX | #fac9b9 |
| RGB | rgb(250, 201, 185) |
| HSL | hsl(15, 87%, 85%) |
| CMYK | cmyk(0%, 20%, 26%, 2%) |
| LAB | lab(84.8 15.1 14.6) |
| LCH | lch(84.8 21.0 44.1) |
| OKLCH | oklch(0.875 0.060 38.9) |
Copy-ready code
/* CSS */
color: #fac9b9;
background-color: #fac9b9;
/* Tailwind (arbitrary) */
class="text-[#fac9b9] bg-[#fac9b9]"
/* SCSS */
$brand: #fac9b9;
/* SwiftUI */
Color(red: 0.980, green: 0.788, blue: 0.725)
/* Android */
Color.parseColor("#fac9b9")Accessibility — WCAG contrast
Aa
#fac9b9 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac9b9 on black: 14.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green78.8%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta19.6%
Yellow26.0%
Key (black)2.0%
Color previews
#fac9b9 text on a black background
contrast 14.12:1
Card sample
#fac9b9 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac9b9;
Background color
Panel with #fac9b9 background
background-color: #fac9b9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac9b9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 201, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 201, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac9b9; background: linear-gradient(135deg, #fac9b9, #FAF4B9);