#cd0ff3
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
205, 15, 243
HSL
290°, 91%, 51%
CMYK
16, 94, 0, 5
Luminance
0.1979
Every format
| HEX | #cd0ff3 |
| RGB | rgb(205, 15, 243) |
| HSL | hsl(290, 91%, 51%) |
| CMYK | cmyk(16%, 94%, 0%, 5%) |
| LAB | lab(51.6 88.0 -68.6) |
| LCH | lch(51.6 111.6 322.1) |
| OKLCH | oklch(0.623 0.295 319.1) |
Copy-ready code
/* CSS */
color: #cd0ff3;
background-color: #cd0ff3;
/* Tailwind (arbitrary) */
class="text-[#cd0ff3] bg-[#cd0ff3]"
/* SCSS */
$brand: #cd0ff3;
/* SwiftUI */
Color(red: 0.804, green: 0.059, blue: 0.953)
/* Android */
Color.parseColor("#cd0ff3")Accessibility — WCAG contrast
Aa
#cd0ff3 on white: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd0ff3 on black: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green5.9%
Blue95.3%
CMYK percentages
Cyan15.6%
Magenta93.8%
Yellow0.0%
Key (black)4.7%
Color previews
#cd0ff3 text on a black background
contrast 4.96:1
Card sample
#cd0ff3 text on a white background
contrast 4.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd0ff3;
Background color
Panel with #cd0ff3 background
background-color: #cd0ff3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd0ff3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 15, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 15, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd0ff3; background: linear-gradient(135deg, #cd0ff3, #F30F81);