#cd1fd9
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
205, 31, 217
HSL
296°, 75%, 49%
CMYK
6, 86, 0, 15
Luminance
0.1897
Every format
| HEX | #cd1fd9 |
| RGB | rgb(205, 31, 217) |
| HSL | hsl(296, 75%, 49%) |
| CMYK | cmyk(6%, 86%, 0%, 15%) |
| LAB | lab(50.6 81.7 -55.4) |
| LCH | lch(50.6 98.7 325.8) |
| OKLCH | oklch(0.611 0.271 325.1) |
Copy-ready code
/* CSS */
color: #cd1fd9;
background-color: #cd1fd9;
/* Tailwind (arbitrary) */
class="text-[#cd1fd9] bg-[#cd1fd9]"
/* SCSS */
$brand: #cd1fd9;
/* SwiftUI */
Color(red: 0.804, green: 0.122, blue: 0.851)
/* Android */
Color.parseColor("#cd1fd9")Accessibility — WCAG contrast
Aa
#cd1fd9 on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd1fd9 on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green12.2%
Blue85.1%
CMYK percentages
Cyan5.5%
Magenta85.7%
Yellow0.0%
Key (black)14.9%
Color previews
#cd1fd9 text on a black background
contrast 4.79:1
Card sample
#cd1fd9 text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd1fd9;
Background color
Panel with #cd1fd9 background
background-color: #cd1fd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd1fd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 31, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 31, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd1fd9; background: linear-gradient(135deg, #cd1fd9, #D91F69);