#cd38eb
a balanced, electric violet · warm · closest name: magenta
RGB
205, 56, 235
HSL
290°, 82%, 57%
CMYK
13, 76, 0, 8
Luminance
0.2181
Every format
| HEX | #cd38eb |
| RGB | rgb(205, 56, 235) |
| HSL | hsl(290, 82%, 57%) |
| CMYK | cmyk(13%, 76%, 0%, 8%) |
| LAB | lab(53.8 78.6 -60.5) |
| LCH | lch(53.8 99.2 322.4) |
| OKLCH | oklch(0.637 0.265 320.2) |
Copy-ready code
/* CSS */
color: #cd38eb;
background-color: #cd38eb;
/* Tailwind (arbitrary) */
class="text-[#cd38eb] bg-[#cd38eb]"
/* SCSS */
$brand: #cd38eb;
/* SwiftUI */
Color(red: 0.804, green: 0.220, blue: 0.922)
/* Android */
Color.parseColor("#cd38eb")Accessibility — WCAG contrast
Aa
#cd38eb on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd38eb on black: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green22.0%
Blue92.2%
CMYK percentages
Cyan12.8%
Magenta76.2%
Yellow0.0%
Key (black)7.8%
Color previews
#cd38eb text on a black background
contrast 5.36:1
Card sample
#cd38eb text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd38eb;
Background color
Panel with #cd38eb background
background-color: #cd38eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd38eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 56, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 56, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd38eb; background: linear-gradient(135deg, #cd38eb, #EB3892);