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