#cd64fe
a light, electric violet · warm · closest name: violet
RGB
205, 100, 254
HSL
281°, 99%, 69%
CMYK
19, 61, 0, 0
Luminance
0.2925
Every format
| HEX | #cd64fe |
| RGB | rgb(205, 100, 254) |
| HSL | hsl(281, 99%, 69%) |
| CMYK | cmyk(19%, 61%, 0%, 0%) |
| LAB | lab(61.0 65.2 -59.6) |
| LCH | lch(61.0 88.3 317.6) |
| OKLCH | oklch(0.692 0.231 313.4) |
Copy-ready code
/* CSS */
color: #cd64fe;
background-color: #cd64fe;
/* Tailwind (arbitrary) */
class="text-[#cd64fe] bg-[#cd64fe]"
/* SCSS */
$brand: #cd64fe;
/* SwiftUI */
Color(red: 0.804, green: 0.392, blue: 0.996)
/* Android */
Color.parseColor("#cd64fe")Accessibility — WCAG contrast
Aa
#cd64fe on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd64fe on black: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green39.2%
Blue99.6%
CMYK percentages
Cyan19.3%
Magenta60.6%
Yellow0.0%
Key (black)0.4%
Color previews
#cd64fe text on a black background
contrast 6.85:1
Card sample
#cd64fe text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd64fe;
Background color
Panel with #cd64fe background
background-color: #cd64fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd64fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 100, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 100, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd64fe; background: linear-gradient(135deg, #cd64fe, #FE64C8);