#cd48eb
a balanced, electric violet · warm · closest name: magenta
RGB
205, 72, 235
HSL
289°, 80%, 60%
CMYK
13, 69, 0, 8
Luminance
0.2361
Every format
| HEX | #cd48eb |
| RGB | rgb(205, 72, 235) |
| HSL | hsl(289, 80%, 60%) |
| CMYK | cmyk(13%, 69%, 0%, 8%) |
| LAB | lab(55.7 73.3 -57.5) |
| LCH | lch(55.7 93.2 321.9) |
| OKLCH | oklch(0.650 0.249 319.6) |
Copy-ready code
/* CSS */
color: #cd48eb;
background-color: #cd48eb;
/* Tailwind (arbitrary) */
class="text-[#cd48eb] bg-[#cd48eb]"
/* SCSS */
$brand: #cd48eb;
/* SwiftUI */
Color(red: 0.804, green: 0.282, blue: 0.922)
/* Android */
Color.parseColor("#cd48eb")Accessibility — WCAG contrast
Aa
#cd48eb on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd48eb on black: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green28.2%
Blue92.2%
CMYK percentages
Cyan12.8%
Magenta69.4%
Yellow0.0%
Key (black)7.8%
Color previews
#cd48eb text on a black background
contrast 5.72:1
Card sample
#cd48eb text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd48eb;
Background color
Panel with #cd48eb background
background-color: #cd48eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd48eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 72, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 72, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd48eb; background: linear-gradient(135deg, #cd48eb, #EB489C);