#cd3bfc
a balanced, electric violet · warm · closest name: magenta
RGB
205, 59, 252
HSL
285°, 97%, 61%
CMYK
19, 77, 0, 1
Luminance
0.2314
Every format
| HEX | #cd3bfc |
| RGB | rgb(205, 59, 252) |
| HSL | hsl(285, 97%, 61%) |
| CMYK | cmyk(19%, 77%, 0%, 1%) |
| LAB | lab(55.2 80.7 -67.8) |
| LCH | lch(55.2 105.4 320.0) |
| OKLCH | oklch(0.650 0.276 316.2) |
Copy-ready code
/* CSS */
color: #cd3bfc;
background-color: #cd3bfc;
/* Tailwind (arbitrary) */
class="text-[#cd3bfc] bg-[#cd3bfc]"
/* SCSS */
$brand: #cd3bfc;
/* SwiftUI */
Color(red: 0.804, green: 0.231, blue: 0.988)
/* Android */
Color.parseColor("#cd3bfc")Accessibility — WCAG contrast
Aa
#cd3bfc on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd3bfc on black: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green23.1%
Blue98.8%
CMYK percentages
Cyan18.7%
Magenta76.6%
Yellow0.0%
Key (black)1.2%
Color previews
#cd3bfc text on a black background
contrast 5.63:1
Card sample
#cd3bfc text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd3bfc;
Background color
Panel with #cd3bfc background
background-color: #cd3bfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd3bfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 59, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 59, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd3bfc; background: linear-gradient(135deg, #cd3bfc, #FC3BAA);