#cd3efc
a balanced, electric violet · warm · closest name: magenta
RGB
205, 62, 252
HSL
285°, 97%, 62%
CMYK
19, 75, 0, 1
Luminance
0.2345
Every format
| HEX | #cd3efc |
| RGB | rgb(205, 62, 252) |
| HSL | hsl(285, 97%, 62%) |
| CMYK | cmyk(19%, 75%, 0%, 1%) |
| LAB | lab(55.5 79.8 -67.3) |
| LCH | lch(55.5 104.4 319.9) |
| OKLCH | oklch(0.652 0.273 316.0) |
Copy-ready code
/* CSS */
color: #cd3efc;
background-color: #cd3efc;
/* Tailwind (arbitrary) */
class="text-[#cd3efc] bg-[#cd3efc]"
/* SCSS */
$brand: #cd3efc;
/* SwiftUI */
Color(red: 0.804, green: 0.243, blue: 0.988)
/* Android */
Color.parseColor("#cd3efc")Accessibility — WCAG contrast
Aa
#cd3efc on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd3efc on black: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green24.3%
Blue98.8%
CMYK percentages
Cyan18.7%
Magenta75.4%
Yellow0.0%
Key (black)1.2%
Color previews
#cd3efc text on a black background
contrast 5.69:1
Card sample
#cd3efc text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd3efc;
Background color
Panel with #cd3efc background
background-color: #cd3efc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd3efc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 62, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 62, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd3efc; background: linear-gradient(135deg, #cd3efc, #FC3EAC);