#cd39db
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
205, 57, 219
HSL
295°, 69%, 54%
CMYK
6, 74, 0, 14
Luminance
0.2102
Every format
| HEX | #cd39db |
| RGB | rgb(205, 57, 219) |
| HSL | hsl(295, 69%, 54%) |
| CMYK | cmyk(6%, 74%, 0%, 14%) |
| LAB | lab(53.0 75.6 -52.9) |
| LCH | lch(53.0 92.2 325.0) |
| OKLCH | oklch(0.628 0.252 324.2) |
Copy-ready code
/* CSS */
color: #cd39db;
background-color: #cd39db;
/* Tailwind (arbitrary) */
class="text-[#cd39db] bg-[#cd39db]"
/* SCSS */
$brand: #cd39db;
/* SwiftUI */
Color(red: 0.804, green: 0.224, blue: 0.859)
/* Android */
Color.parseColor("#cd39db")Accessibility — WCAG contrast
Aa
#cd39db on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd39db on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green22.4%
Blue85.9%
CMYK percentages
Cyan6.4%
Magenta74.0%
Yellow0.0%
Key (black)14.1%
Color previews
#cd39db text on a black background
contrast 5.20:1
Card sample
#cd39db text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd39db;
Background color
Panel with #cd39db background
background-color: #cd39db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd39db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 57, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 57, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd39db; background: linear-gradient(135deg, #cd39db, #DB397D);