#cd1fff
a balanced, electric violet · warm · closest name: magenta
RGB
205, 31, 255
HSL
287°, 100%, 56%
CMYK
20, 88, 0, 0
Luminance
0.2118
Every format
| HEX | #cd1fff |
| RGB | rgb(205, 31, 255) |
| HSL | hsl(287, 100%, 56%) |
| CMYK | cmyk(20%, 88%, 0%, 0%) |
| LAB | lab(53.1 87.9 -72.8) |
| LCH | lch(53.1 114.1 320.4) |
| OKLCH | oklch(0.636 0.298 316.3) |
Copy-ready code
/* CSS */
color: #cd1fff;
background-color: #cd1fff;
/* Tailwind (arbitrary) */
class="text-[#cd1fff] bg-[#cd1fff]"
/* SCSS */
$brand: #cd1fff;
/* SwiftUI */
Color(red: 0.804, green: 0.122, blue: 1.000)
/* Android */
Color.parseColor("#cd1fff")Accessibility — WCAG contrast
Aa
#cd1fff on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd1fff on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green12.2%
Blue100.0%
CMYK percentages
Cyan19.6%
Magenta87.8%
Yellow0.0%
Key (black)0.0%
Color previews
#cd1fff text on a black background
contrast 5.24:1
Card sample
#cd1fff text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd1fff;
Background color
Panel with #cd1fff background
background-color: #cd1fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd1fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 31, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 31, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd1fff; background: linear-gradient(135deg, #cd1fff, #FF1F9C);