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