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