#cfabb4
a light, soft red · warm · closest name: pink
RGB
207, 171, 180
HSL
345°, 27%, 74%
CMYK
0, 17, 13, 19
Luminance
0.4569
Every format
| HEX | #cfabb4 |
| RGB | rgb(207, 171, 180) |
| HSL | hsl(345, 27%, 74%) |
| CMYK | cmyk(0%, 17%, 13%, 19%) |
| LAB | lab(73.3 14.5 0.3) |
| LCH | lch(73.3 14.5 1.3) |
| OKLCH | oklch(0.776 0.044 1.4) |
Copy-ready code
/* CSS */
color: #cfabb4;
background-color: #cfabb4;
/* Tailwind (arbitrary) */
class="text-[#cfabb4] bg-[#cfabb4]"
/* SCSS */
$brand: #cfabb4;
/* SwiftUI */
Color(red: 0.812, green: 0.671, blue: 0.706)
/* Android */
Color.parseColor("#cfabb4")Accessibility — WCAG contrast
Aa
#cfabb4 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfabb4 on black: 10.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.1%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow13.0%
Key (black)18.8%
Color previews
#cfabb4 text on a black background
contrast 10.14:1
Card sample
#cfabb4 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfabb4;
Background color
Panel with #cfabb4 background
background-color: #cfabb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfabb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 171, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 171, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfabb4; background: linear-gradient(135deg, #cfabb4, #CFBAAB);