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