#fac0b8
a pale, electric red · warm · closest name: pink
RGB
250, 192, 184
HSL
7°, 87%, 85%
CMYK
0, 23, 26, 2
Luminance
0.6148
Every format
| HEX | #fac0b8 |
| RGB | rgb(250, 192, 184) |
| HSL | hsl(7, 87%, 85%) |
| CMYK | cmyk(0%, 23%, 26%, 2%) |
| LAB | lab(82.6 19.6 12.1) |
| LCH | lch(82.6 23.1 31.6) |
| OKLCH | oklch(0.858 0.068 27.5) |
Copy-ready code
/* CSS */
color: #fac0b8;
background-color: #fac0b8;
/* Tailwind (arbitrary) */
class="text-[#fac0b8] bg-[#fac0b8]"
/* SCSS */
$brand: #fac0b8;
/* SwiftUI */
Color(red: 0.980, green: 0.753, blue: 0.722)
/* Android */
Color.parseColor("#fac0b8")Accessibility — WCAG contrast
Aa
#fac0b8 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac0b8 on black: 13.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green75.3%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta23.2%
Yellow26.4%
Key (black)2.0%
Color previews
#fac0b8 text on a black background
contrast 13.30:1
Card sample
#fac0b8 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac0b8;
Background color
Panel with #fac0b8 background
background-color: #fac0b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac0b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 192, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 192, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac0b8; background: linear-gradient(135deg, #fac0b8, #FAECB8);