#cd3fe7
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
205, 63, 231
HSL
291°, 78%, 58%
CMYK
11, 73, 0, 9
Luminance
0.2230
Every format
| HEX | #cd3fe7 |
| RGB | rgb(205, 63, 231) |
| HSL | hsl(291, 78%, 58%) |
| CMYK | cmyk(11%, 73%, 0%, 9%) |
| LAB | lab(54.4 75.7 -57.4) |
| LCH | lch(54.4 95.0 322.8) |
| OKLCH | oklch(0.640 0.255 320.9) |
Copy-ready code
/* CSS */
color: #cd3fe7;
background-color: #cd3fe7;
/* Tailwind (arbitrary) */
class="text-[#cd3fe7] bg-[#cd3fe7]"
/* SCSS */
$brand: #cd3fe7;
/* SwiftUI */
Color(red: 0.804, green: 0.247, blue: 0.906)
/* Android */
Color.parseColor("#cd3fe7")Accessibility — WCAG contrast
Aa
#cd3fe7 on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd3fe7 on black: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green24.7%
Blue90.6%
CMYK percentages
Cyan11.3%
Magenta72.7%
Yellow0.0%
Key (black)9.4%
Color previews
#cd3fe7 text on a black background
contrast 5.46:1
Card sample
#cd3fe7 text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd3fe7;
Background color
Panel with #cd3fe7 background
background-color: #cd3fe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd3fe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 63, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 63, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd3fe7; background: linear-gradient(135deg, #cd3fe7, #E73F91);