#cd40f5
a balanced, electric violet · warm · closest name: magenta
RGB
205, 64, 245
HSL
287°, 90%, 61%
CMYK
16, 74, 0, 4
Luminance
0.2324
Every format
| HEX | #cd40f5 |
| RGB | rgb(205, 64, 245) |
| HSL | hsl(287, 90%, 61%) |
| CMYK | cmyk(16%, 74%, 0%, 4%) |
| LAB | lab(55.3 77.9 -63.7) |
| LCH | lch(55.3 100.6 320.7) |
| OKLCH | oklch(0.649 0.266 317.5) |
Copy-ready code
/* CSS */
color: #cd40f5;
background-color: #cd40f5;
/* Tailwind (arbitrary) */
class="text-[#cd40f5] bg-[#cd40f5]"
/* SCSS */
$brand: #cd40f5;
/* SwiftUI */
Color(red: 0.804, green: 0.251, blue: 0.961)
/* Android */
Color.parseColor("#cd40f5")Accessibility — WCAG contrast
Aa
#cd40f5 on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd40f5 on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green25.1%
Blue96.1%
CMYK percentages
Cyan16.3%
Magenta73.9%
Yellow0.0%
Key (black)3.9%
Color previews
#cd40f5 text on a black background
contrast 5.65:1
Card sample
#cd40f5 text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd40f5;
Background color
Panel with #cd40f5 background
background-color: #cd40f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd40f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 64, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 64, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd40f5; background: linear-gradient(135deg, #cd40f5, #F540A4);