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