#cf0bab
a dark, electric magenta / pink · warm · closest name: purple
RGB
207, 11, 171
HSL
311°, 90%, 43%
CMYK
0, 95, 17, 19
Luminance
0.1645
Every format
| HEX | #cf0bab |
| RGB | rgb(207, 11, 171) |
| HSL | hsl(311, 90%, 43%) |
| CMYK | cmyk(0%, 95%, 17%, 19%) |
| LAB | lab(47.6 78.2 -33.6) |
| LCH | lch(47.6 85.1 336.8) |
| OKLCH | oklch(0.582 0.250 338.6) |
Copy-ready code
/* CSS */
color: #cf0bab;
background-color: #cf0bab;
/* Tailwind (arbitrary) */
class="text-[#cf0bab] bg-[#cf0bab]"
/* SCSS */
$brand: #cf0bab;
/* SwiftUI */
Color(red: 0.812, green: 0.043, blue: 0.671)
/* Android */
Color.parseColor("#cf0bab")Accessibility — WCAG contrast
Aa
#cf0bab on white: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf0bab on black: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green4.3%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta94.7%
Yellow17.4%
Key (black)18.8%
Color previews
#cf0bab text on a black background
contrast 4.29:1
Card sample
#cf0bab text on a white background
contrast 4.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf0bab;
Background color
Panel with #cf0bab background
background-color: #cf0bab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf0bab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 11, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 11, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf0bab; background: linear-gradient(135deg, #cf0bab, #CF0B28);