#cf0ba8
a dark, electric magenta / pink · warm · closest name: purple
RGB
207, 11, 168
HSL
312°, 90%, 43%
CMYK
0, 95, 19, 19
Luminance
0.1633
Every format
| HEX | #cf0ba8 |
| RGB | rgb(207, 11, 168) |
| HSL | hsl(312, 90%, 43%) |
| CMYK | cmyk(0%, 95%, 19%, 19%) |
| LAB | lab(47.4 77.8 -32.0) |
| LCH | lch(47.4 84.2 337.6) |
| OKLCH | oklch(0.580 0.248 339.5) |
Copy-ready code
/* CSS */
color: #cf0ba8;
background-color: #cf0ba8;
/* Tailwind (arbitrary) */
class="text-[#cf0ba8] bg-[#cf0ba8]"
/* SCSS */
$brand: #cf0ba8;
/* SwiftUI */
Color(red: 0.812, green: 0.043, blue: 0.659)
/* Android */
Color.parseColor("#cf0ba8")Accessibility — WCAG contrast
Aa
#cf0ba8 on white: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf0ba8 on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green4.3%
Blue65.9%
CMYK percentages
Cyan0.0%
Magenta94.7%
Yellow18.8%
Key (black)18.8%
Color previews
#cf0ba8 text on a black background
contrast 4.27:1
Card sample
#cf0ba8 text on a white background
contrast 4.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf0ba8;
Background color
Panel with #cf0ba8 background
background-color: #cf0ba8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf0ba8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 11, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 11, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf0ba8; background: linear-gradient(135deg, #cf0ba8, #CF0B25);