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