#cd28fd
a balanced, electric violet · warm · closest name: magenta
RGB
205, 40, 253
HSL
287°, 98%, 58%
CMYK
19, 84, 0, 1
Luminance
0.2159
Every format
| HEX | #cd28fd |
| RGB | rgb(205, 40, 253) |
| HSL | hsl(287, 98%, 58%) |
| CMYK | cmyk(19%, 84%, 0%, 1%) |
| LAB | lab(53.6 85.8 -71.0) |
| LCH | lch(53.6 111.4 320.4) |
| OKLCH | oklch(0.639 0.291 316.5) |
Copy-ready code
/* CSS */
color: #cd28fd;
background-color: #cd28fd;
/* Tailwind (arbitrary) */
class="text-[#cd28fd] bg-[#cd28fd]"
/* SCSS */
$brand: #cd28fd;
/* SwiftUI */
Color(red: 0.804, green: 0.157, blue: 0.992)
/* Android */
Color.parseColor("#cd28fd")Accessibility — WCAG contrast
Aa
#cd28fd on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd28fd on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green15.7%
Blue99.2%
CMYK percentages
Cyan19.0%
Magenta84.2%
Yellow0.0%
Key (black)0.8%
Color previews
#cd28fd text on a black background
contrast 5.32:1
Card sample
#cd28fd text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd28fd;
Background color
Panel with #cd28fd background
background-color: #cd28fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd28fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 40, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 40, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd28fd; background: linear-gradient(135deg, #cd28fd, #FD289F);