#cd40f0
a balanced, electric violet · warm · closest name: magenta
RGB
205, 64, 240
HSL
288°, 85%, 60%
CMYK
15, 73, 0, 6
Luminance
0.2294
Every format
| HEX | #cd40f0 |
| RGB | rgb(205, 64, 240) |
| HSL | hsl(288, 85%, 60%) |
| CMYK | cmyk(15%, 73%, 0%, 6%) |
| LAB | lab(55.0 77.0 -61.4) |
| LCH | lch(55.0 98.5 321.4) |
| OKLCH | oklch(0.646 0.261 318.7) |
Copy-ready code
/* CSS */
color: #cd40f0;
background-color: #cd40f0;
/* Tailwind (arbitrary) */
class="text-[#cd40f0] bg-[#cd40f0]"
/* SCSS */
$brand: #cd40f0;
/* SwiftUI */
Color(red: 0.804, green: 0.251, blue: 0.941)
/* Android */
Color.parseColor("#cd40f0")Accessibility — WCAG contrast
Aa
#cd40f0 on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd40f0 on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green25.1%
Blue94.1%
CMYK percentages
Cyan14.6%
Magenta73.3%
Yellow0.0%
Key (black)5.9%
Color previews
#cd40f0 text on a black background
contrast 5.59:1
Card sample
#cd40f0 text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd40f0;
Background color
Panel with #cd40f0 background
background-color: #cd40f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd40f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 64, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 64, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd40f0; background: linear-gradient(135deg, #cd40f0, #F0409E);