#cb04eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
203, 4, 235
HSL
292°, 97%, 47%
CMYK
14, 98, 0, 8
Luminance
0.1878
Every format
| HEX | #cb04eb |
| RGB | rgb(203, 4, 235) |
| HSL | hsl(292, 97%, 47%) |
| CMYK | cmyk(14%, 98%, 0%, 8%) |
| LAB | lab(50.4 87.3 -66.0) |
| LCH | lch(50.4 109.5 322.9) |
| OKLCH | oklch(0.613 0.292 320.5) |
Copy-ready code
/* CSS */
color: #cb04eb;
background-color: #cb04eb;
/* Tailwind (arbitrary) */
class="text-[#cb04eb] bg-[#cb04eb]"
/* SCSS */
$brand: #cb04eb;
/* SwiftUI */
Color(red: 0.796, green: 0.016, blue: 0.922)
/* Android */
Color.parseColor("#cb04eb")Accessibility — WCAG contrast
Aa
#cb04eb on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb04eb on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green1.6%
Blue92.2%
CMYK percentages
Cyan13.6%
Magenta98.3%
Yellow0.0%
Key (black)7.8%
Color previews
#cb04eb text on a black background
contrast 4.76:1
Card sample
#cb04eb text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb04eb;
Background color
Panel with #cb04eb background
background-color: #cb04eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb04eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 4, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 4, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb04eb; background: linear-gradient(135deg, #cb04eb, #EB0471);