#cd3ee1
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
205, 62, 225
HSL
293°, 73%, 56%
CMYK
9, 72, 0, 12
Luminance
0.2186
Every format
| HEX | #cd3ee1 |
| RGB | rgb(205, 62, 225) |
| HSL | hsl(293, 73%, 56%) |
| CMYK | cmyk(9%, 72%, 0%, 12%) |
| LAB | lab(53.9 75.0 -54.8) |
| LCH | lch(53.9 92.9 323.8) |
| OKLCH | oklch(0.635 0.251 322.5) |
Copy-ready code
/* CSS */
color: #cd3ee1;
background-color: #cd3ee1;
/* Tailwind (arbitrary) */
class="text-[#cd3ee1] bg-[#cd3ee1]"
/* SCSS */
$brand: #cd3ee1;
/* SwiftUI */
Color(red: 0.804, green: 0.243, blue: 0.882)
/* Android */
Color.parseColor("#cd3ee1")Accessibility — WCAG contrast
Aa
#cd3ee1 on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd3ee1 on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green24.3%
Blue88.2%
CMYK percentages
Cyan8.9%
Magenta72.4%
Yellow0.0%
Key (black)11.8%
Color previews
#cd3ee1 text on a black background
contrast 5.37:1
Card sample
#cd3ee1 text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd3ee1;
Background color
Panel with #cd3ee1 background
background-color: #cd3ee1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd3ee1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 62, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 62, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd3ee1; background: linear-gradient(135deg, #cd3ee1, #E13E89);