#cd0ff4
a balanced, electric violet · warm · closest name: magenta
RGB
205, 15, 244
HSL
290°, 91%, 51%
CMYK
16, 94, 0, 4
Luminance
0.1985
Every format
| HEX | #cd0ff4 |
| RGB | rgb(205, 15, 244) |
| HSL | hsl(290, 91%, 51%) |
| CMYK | cmyk(16%, 94%, 0%, 4%) |
| LAB | lab(51.7 88.2 -69.1) |
| LCH | lch(51.7 112.0 321.9) |
| OKLCH | oklch(0.624 0.296 318.9) |
Copy-ready code
/* CSS */
color: #cd0ff4;
background-color: #cd0ff4;
/* Tailwind (arbitrary) */
class="text-[#cd0ff4] bg-[#cd0ff4]"
/* SCSS */
$brand: #cd0ff4;
/* SwiftUI */
Color(red: 0.804, green: 0.059, blue: 0.957)
/* Android */
Color.parseColor("#cd0ff4")Accessibility — WCAG contrast
Aa
#cd0ff4 on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd0ff4 on black: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green5.9%
Blue95.7%
CMYK percentages
Cyan16.0%
Magenta93.9%
Yellow0.0%
Key (black)4.3%
Color previews
#cd0ff4 text on a black background
contrast 4.97:1
Card sample
#cd0ff4 text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd0ff4;
Background color
Panel with #cd0ff4 background
background-color: #cd0ff4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd0ff4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 15, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 15, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd0ff4; background: linear-gradient(135deg, #cd0ff4, #F40F82);