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