#cd00eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
205, 0, 235
HSL
292°, 100%, 46%
CMYK
13, 100, 0, 8
Luminance
0.1898
Every format
| HEX | #cd00eb |
| RGB | rgb(205, 0, 235) |
| HSL | hsl(292, 100%, 46%) |
| CMYK | cmyk(13%, 100%, 0%, 8%) |
| LAB | lab(50.7 87.9 -65.6) |
| LCH | lch(50.7 109.7 323.2) |
| OKLCH | oklch(0.615 0.293 321.0) |
Copy-ready code
/* CSS */
color: #cd00eb;
background-color: #cd00eb;
/* Tailwind (arbitrary) */
class="text-[#cd00eb] bg-[#cd00eb]"
/* SCSS */
$brand: #cd00eb;
/* SwiftUI */
Color(red: 0.804, green: 0.000, blue: 0.922)
/* Android */
Color.parseColor("#cd00eb")Accessibility — WCAG contrast
Aa
#cd00eb on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd00eb on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green0.0%
Blue92.2%
CMYK percentages
Cyan12.8%
Magenta100.0%
Yellow0.0%
Key (black)7.8%
Color previews
#cd00eb text on a black background
contrast 4.80:1
Card sample
#cd00eb text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd00eb;
Background color
Panel with #cd00eb background
background-color: #cd00eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd00eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 0, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 0, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd00eb; background: linear-gradient(135deg, #cd00eb, #EB006D);