#cb0cb2
a dark, electric magenta / pink · warm · closest name: purple
RGB
203, 12, 178
HSL
308°, 89%, 42%
CMYK
0, 94, 12, 20
Luminance
0.1617
Every format
| HEX | #cb0cb2 |
| RGB | rgb(203, 12, 178) |
| HSL | hsl(308, 89%, 42%) |
| CMYK | cmyk(0%, 94%, 12%, 20%) |
| LAB | lab(47.2 78.3 -38.3) |
| LCH | lch(47.2 87.1 333.9) |
| OKLCH | oklch(0.579 0.253 335.4) |
Copy-ready code
/* CSS */
color: #cb0cb2;
background-color: #cb0cb2;
/* Tailwind (arbitrary) */
class="text-[#cb0cb2] bg-[#cb0cb2]"
/* SCSS */
$brand: #cb0cb2;
/* SwiftUI */
Color(red: 0.796, green: 0.047, blue: 0.698)
/* Android */
Color.parseColor("#cb0cb2")Accessibility — WCAG contrast
Aa
#cb0cb2 on white: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb0cb2 on black: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green4.7%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta94.1%
Yellow12.3%
Key (black)20.4%
Color previews
#cb0cb2 text on a black background
contrast 4.23:1
Card sample
#cb0cb2 text on a white background
contrast 4.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb0cb2;
Background color
Panel with #cb0cb2 background
background-color: #cb0cb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb0cb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 12, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 12, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb0cb2; background: linear-gradient(135deg, #cb0cb2, #CB0C33);