#cd34eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
205, 52, 235
HSL
290°, 82%, 56%
CMYK
13, 78, 0, 8
Luminance
0.2143
Every format
| HEX | #cd34eb |
| RGB | rgb(205, 52, 235) |
| HSL | hsl(290, 82%, 56%) |
| CMYK | cmyk(13%, 78%, 0%, 8%) |
| LAB | lab(53.4 79.8 -61.2) |
| LCH | lch(53.4 100.5 322.5) |
| OKLCH | oklch(0.634 0.269 320.3) |
Copy-ready code
/* CSS */
color: #cd34eb;
background-color: #cd34eb;
/* Tailwind (arbitrary) */
class="text-[#cd34eb] bg-[#cd34eb]"
/* SCSS */
$brand: #cd34eb;
/* SwiftUI */
Color(red: 0.804, green: 0.204, blue: 0.922)
/* Android */
Color.parseColor("#cd34eb")Accessibility — WCAG contrast
Aa
#cd34eb on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd34eb on black: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green20.4%
Blue92.2%
CMYK percentages
Cyan12.8%
Magenta77.9%
Yellow0.0%
Key (black)7.8%
Color previews
#cd34eb text on a black background
contrast 5.29:1
Card sample
#cd34eb text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd34eb;
Background color
Panel with #cd34eb background
background-color: #cd34eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd34eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 52, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 52, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd34eb; background: linear-gradient(135deg, #cd34eb, #EB348F);