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