#cd3df9
a balanced, electric violet · warm · closest name: magenta
RGB
205, 61, 249
HSL
286°, 94%, 61%
CMYK
18, 76, 0, 2
Luminance
0.2316
Every format
| HEX | #cd3df9 |
| RGB | rgb(205, 61, 249) |
| HSL | hsl(286, 94%, 61%) |
| CMYK | cmyk(18%, 76%, 0%, 2%) |
| LAB | lab(55.2 79.6 -66.1) |
| LCH | lch(55.2 103.4 320.3) |
| OKLCH | oklch(0.650 0.272 316.7) |
Copy-ready code
/* CSS */
color: #cd3df9;
background-color: #cd3df9;
/* Tailwind (arbitrary) */
class="text-[#cd3df9] bg-[#cd3df9]"
/* SCSS */
$brand: #cd3df9;
/* SwiftUI */
Color(red: 0.804, green: 0.239, blue: 0.976)
/* Android */
Color.parseColor("#cd3df9")Accessibility — WCAG contrast
Aa
#cd3df9 on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd3df9 on black: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green23.9%
Blue97.6%
CMYK percentages
Cyan17.7%
Magenta75.5%
Yellow0.0%
Key (black)2.4%
Color previews
#cd3df9 text on a black background
contrast 5.63:1
Card sample
#cd3df9 text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd3df9;
Background color
Panel with #cd3df9 background
background-color: #cd3df9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd3df9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 61, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 61, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd3df9; background: linear-gradient(135deg, #cd3df9, #F93DA8);