#cd2cee
a balanced, electric violet · warm · closest name: magenta
RGB
205, 44, 238
HSL
290°, 85%, 55%
CMYK
14, 82, 0, 7
Luminance
0.2095
Every format
| HEX | #cd2cee |
| RGB | rgb(205, 44, 238) |
| HSL | hsl(290, 85%, 55%) |
| CMYK | cmyk(14%, 82%, 0%, 7%) |
| LAB | lab(52.9 82.4 -63.7) |
| LCH | lch(52.9 104.1 322.3) |
| OKLCH | oklch(0.631 0.277 319.8) |
Copy-ready code
/* CSS */
color: #cd2cee;
background-color: #cd2cee;
/* Tailwind (arbitrary) */
class="text-[#cd2cee] bg-[#cd2cee]"
/* SCSS */
$brand: #cd2cee;
/* SwiftUI */
Color(red: 0.804, green: 0.173, blue: 0.933)
/* Android */
Color.parseColor("#cd2cee")Accessibility — WCAG contrast
Aa
#cd2cee on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd2cee on black: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green17.3%
Blue93.3%
CMYK percentages
Cyan13.9%
Magenta81.5%
Yellow0.0%
Key (black)6.7%
Color previews
#cd2cee text on a black background
contrast 5.19:1
Card sample
#cd2cee text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd2cee;
Background color
Panel with #cd2cee background
background-color: #cd2cee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd2cee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 44, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 44, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd2cee; background: linear-gradient(135deg, #cd2cee, #EE2C8E);