#cd63fc
a light, electric violet · warm · closest name: violet
RGB
205, 99, 252
HSL
282°, 96%, 69%
CMYK
19, 61, 0, 1
Luminance
0.2893
Every format
| HEX | #cd63fc |
| RGB | rgb(205, 99, 252) |
| HSL | hsl(282, 96%, 69%) |
| CMYK | cmyk(19%, 61%, 0%, 1%) |
| LAB | lab(60.7 65.3 -59.0) |
| LCH | lch(60.7 88.0 317.9) |
| OKLCH | oklch(0.690 0.230 314.0) |
Copy-ready code
/* CSS */
color: #cd63fc;
background-color: #cd63fc;
/* Tailwind (arbitrary) */
class="text-[#cd63fc] bg-[#cd63fc]"
/* SCSS */
$brand: #cd63fc;
/* SwiftUI */
Color(red: 0.804, green: 0.388, blue: 0.988)
/* Android */
Color.parseColor("#cd63fc")Accessibility — WCAG contrast
Aa
#cd63fc on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd63fc on black: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green38.8%
Blue98.8%
CMYK percentages
Cyan18.7%
Magenta60.7%
Yellow0.0%
Key (black)1.2%
Color previews
#cd63fc text on a black background
contrast 6.79:1
Card sample
#cd63fc text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd63fc;
Background color
Panel with #cd63fc background
background-color: #cd63fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd63fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 99, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 99, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd63fc; background: linear-gradient(135deg, #cd63fc, #FC63C5);