#cd3bee
a balanced, electric violet · warm · closest name: magenta
RGB
205, 59, 238
HSL
289°, 84%, 58%
CMYK
14, 75, 0, 7
Luminance
0.2228
Every format
| HEX | #cd3bee |
| RGB | rgb(205, 59, 238) |
| HSL | hsl(289, 84%, 58%) |
| CMYK | cmyk(14%, 75%, 0%, 7%) |
| LAB | lab(54.3 78.2 -61.4) |
| LCH | lch(54.3 99.5 321.9) |
| OKLCH | oklch(0.641 0.265 319.4) |
Copy-ready code
/* CSS */
color: #cd3bee;
background-color: #cd3bee;
/* Tailwind (arbitrary) */
class="text-[#cd3bee] bg-[#cd3bee]"
/* SCSS */
$brand: #cd3bee;
/* SwiftUI */
Color(red: 0.804, green: 0.231, blue: 0.933)
/* Android */
Color.parseColor("#cd3bee")Accessibility — WCAG contrast
Aa
#cd3bee on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd3bee on black: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green23.1%
Blue93.3%
CMYK percentages
Cyan13.9%
Magenta75.2%
Yellow0.0%
Key (black)6.7%
Color previews
#cd3bee text on a black background
contrast 5.46:1
Card sample
#cd3bee text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd3bee;
Background color
Panel with #cd3bee background
background-color: #cd3bee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd3bee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 59, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 59, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd3bee; background: linear-gradient(135deg, #cd3bee, #EE3B98);