#cd33ff
a balanced, electric violet · warm · closest name: magenta
RGB
205, 51, 255
HSL
285°, 100%, 60%
CMYK
20, 80, 0, 0
Luminance
0.2257
Every format
| HEX | #cd33ff |
| RGB | rgb(205, 51, 255) |
| HSL | hsl(285, 100%, 60%) |
| CMYK | cmyk(20%, 80%, 0%, 0%) |
| LAB | lab(54.6 83.6 -70.4) |
| LCH | lch(54.6 109.3 319.9) |
| OKLCH | oklch(0.646 0.285 315.8) |
Copy-ready code
/* CSS */
color: #cd33ff;
background-color: #cd33ff;
/* Tailwind (arbitrary) */
class="text-[#cd33ff] bg-[#cd33ff]"
/* SCSS */
$brand: #cd33ff;
/* SwiftUI */
Color(red: 0.804, green: 0.200, blue: 1.000)
/* Android */
Color.parseColor("#cd33ff")Accessibility — WCAG contrast
Aa
#cd33ff on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd33ff on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green20.0%
Blue100.0%
CMYK percentages
Cyan19.6%
Magenta80.0%
Yellow0.0%
Key (black)0.0%
Color previews
#cd33ff text on a black background
contrast 5.51:1
Card sample
#cd33ff text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd33ff;
Background color
Panel with #cd33ff background
background-color: #cd33ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd33ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 51, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 51, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd33ff; background: linear-gradient(135deg, #cd33ff, #FF33A9);