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