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