#fac0b2
a light, electric red · warm · closest name: pink
RGB
250, 192, 178
HSL
12°, 88%, 84%
CMYK
0, 23, 29, 2
Luminance
0.6124
Every format
| HEX | #fac0b2 |
| RGB | rgb(250, 192, 178) |
| HSL | hsl(12, 88%, 84%) |
| CMYK | cmyk(0%, 23%, 29%, 2%) |
| LAB | lab(82.5 18.9 15.1) |
| LCH | lch(82.5 24.1 38.7) |
| OKLCH | oklch(0.856 0.070 33.9) |
Copy-ready code
/* CSS */
color: #fac0b2;
background-color: #fac0b2;
/* Tailwind (arbitrary) */
class="text-[#fac0b2] bg-[#fac0b2]"
/* SCSS */
$brand: #fac0b2;
/* SwiftUI */
Color(red: 0.980, green: 0.753, blue: 0.698)
/* Android */
Color.parseColor("#fac0b2")Accessibility — WCAG contrast
Aa
#fac0b2 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac0b2 on black: 13.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green75.3%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta23.2%
Yellow28.8%
Key (black)2.0%
Color previews
#fac0b2 text on a black background
contrast 13.25:1
Card sample
#fac0b2 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac0b2;
Background color
Panel with #fac0b2 background
background-color: #fac0b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac0b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 192, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 192, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac0b2; background: linear-gradient(135deg, #fac0b2, #FAF0B2);