#fac0bb
a pale, electric red · warm · closest name: pink
RGB
250, 192, 187
HSL
5°, 86%, 86%
CMYK
0, 23, 25, 2
Luminance
0.6161
Every format
| HEX | #fac0bb |
| RGB | rgb(250, 192, 187) |
| HSL | hsl(5, 86%, 86%) |
| CMYK | cmyk(0%, 23%, 25%, 2%) |
| LAB | lab(82.7 20.1 10.6) |
| LCH | lch(82.7 22.7 27.8) |
| OKLCH | oklch(0.859 0.067 24.2) |
Copy-ready code
/* CSS */
color: #fac0bb;
background-color: #fac0bb;
/* Tailwind (arbitrary) */
class="text-[#fac0bb] bg-[#fac0bb]"
/* SCSS */
$brand: #fac0bb;
/* SwiftUI */
Color(red: 0.980, green: 0.753, blue: 0.733)
/* Android */
Color.parseColor("#fac0bb")Accessibility — WCAG contrast
Aa
#fac0bb on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac0bb on black: 13.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green75.3%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta23.2%
Yellow25.2%
Key (black)2.0%
Color previews
#fac0bb text on a black background
contrast 13.32:1
Card sample
#fac0bb text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac0bb;
Background color
Panel with #fac0bb background
background-color: #fac0bb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac0bb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 192, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 192, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac0bb; background: linear-gradient(135deg, #fac0bb, #FAEABB);