#cfabb1
a light, soft red · warm · closest name: pink
RGB
207, 171, 177
HSL
350°, 27%, 74%
CMYK
0, 17, 15, 19
Luminance
0.4557
Every format
| HEX | #cfabb1 |
| RGB | rgb(207, 171, 177) |
| HSL | hsl(350, 27%, 74%) |
| CMYK | cmyk(0%, 17%, 15%, 19%) |
| LAB | lab(73.3 14.1 1.9) |
| LCH | lch(73.3 14.2 7.5) |
| OKLCH | oklch(0.775 0.043 6.9) |
Copy-ready code
/* CSS */
color: #cfabb1;
background-color: #cfabb1;
/* Tailwind (arbitrary) */
class="text-[#cfabb1] bg-[#cfabb1]"
/* SCSS */
$brand: #cfabb1;
/* SwiftUI */
Color(red: 0.812, green: 0.671, blue: 0.694)
/* Android */
Color.parseColor("#cfabb1")Accessibility — WCAG contrast
Aa
#cfabb1 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfabb1 on black: 10.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.1%
Blue69.4%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow14.5%
Key (black)18.8%
Color previews
#cfabb1 text on a black background
contrast 10.11:1
Card sample
#cfabb1 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfabb1;
Background color
Panel with #cfabb1 background
background-color: #cfabb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfabb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 171, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 171, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfabb1; background: linear-gradient(135deg, #cfabb1, #CFBDAB);