#cb07da
a dark, electric magenta / pink · warm · closest name: magenta
RGB
203, 7, 218
HSL
296°, 94%, 44%
CMYK
7, 97, 0, 15
Luminance
0.1791
Every format
| HEX | #cb07da |
| RGB | rgb(203, 7, 218) |
| HSL | hsl(296, 94%, 44%) |
| CMYK | cmyk(7%, 97%, 0%, 15%) |
| LAB | lab(49.4 84.4 -58.0) |
| LCH | lch(49.4 102.4 325.5) |
| OKLCH | oklch(0.602 0.280 324.5) |
Copy-ready code
/* CSS */
color: #cb07da;
background-color: #cb07da;
/* Tailwind (arbitrary) */
class="text-[#cb07da] bg-[#cb07da]"
/* SCSS */
$brand: #cb07da;
/* SwiftUI */
Color(red: 0.796, green: 0.027, blue: 0.855)
/* Android */
Color.parseColor("#cb07da")Accessibility — WCAG contrast
Aa
#cb07da on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb07da on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green2.7%
Blue85.5%
CMYK percentages
Cyan6.9%
Magenta96.8%
Yellow0.0%
Key (black)14.5%
Color previews
#cb07da text on a black background
contrast 4.58:1
Card sample
#cb07da text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb07da;
Background color
Panel with #cb07da background
background-color: #cb07da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb07da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 7, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 7, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb07da; background: linear-gradient(135deg, #cb07da, #DA075C);