#cd09fd
a balanced, electric violet · warm · closest name: magenta
RGB
205, 9, 253
HSL
288°, 98%, 51%
CMYK
19, 96, 0, 1
Luminance
0.2027
Every format
| HEX | #cd09fd |
| RGB | rgb(205, 9, 253) |
| HSL | hsl(288, 98%, 51%) |
| CMYK | cmyk(19%, 96%, 0%, 1%) |
| LAB | lab(52.1 90.1 -73.3) |
| LCH | lch(52.1 116.2 320.9) |
| OKLCH | oklch(0.629 0.304 317.0) |
Copy-ready code
/* CSS */
color: #cd09fd;
background-color: #cd09fd;
/* Tailwind (arbitrary) */
class="text-[#cd09fd] bg-[#cd09fd]"
/* SCSS */
$brand: #cd09fd;
/* SwiftUI */
Color(red: 0.804, green: 0.035, blue: 0.992)
/* Android */
Color.parseColor("#cd09fd")Accessibility — WCAG contrast
Aa
#cd09fd on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd09fd on black: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green3.5%
Blue99.2%
CMYK percentages
Cyan19.0%
Magenta96.4%
Yellow0.0%
Key (black)0.8%
Color previews
#cd09fd text on a black background
contrast 5.05:1
Card sample
#cd09fd text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd09fd;
Background color
Panel with #cd09fd background
background-color: #cd09fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd09fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 9, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 9, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd09fd; background: linear-gradient(135deg, #cd09fd, #FD098A);