#cd63f3
a light, electric violet · warm · closest name: violet
RGB
205, 99, 243
HSL
284°, 86%, 67%
CMYK
16, 59, 0, 5
Luminance
0.2837
Every format
| HEX | #cd63f3 |
| RGB | rgb(205, 99, 243) |
| HSL | hsl(284, 86%, 67%) |
| CMYK | cmyk(16%, 59%, 0%, 5%) |
| LAB | lab(60.2 63.5 -54.8) |
| LCH | lch(60.2 83.8 319.2) |
| OKLCH | oklch(0.684 0.221 316.2) |
Copy-ready code
/* CSS */
color: #cd63f3;
background-color: #cd63f3;
/* Tailwind (arbitrary) */
class="text-[#cd63f3] bg-[#cd63f3]"
/* SCSS */
$brand: #cd63f3;
/* SwiftUI */
Color(red: 0.804, green: 0.388, blue: 0.953)
/* Android */
Color.parseColor("#cd63f3")Accessibility — WCAG contrast
Aa
#cd63f3 on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd63f3 on black: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green38.8%
Blue95.3%
CMYK percentages
Cyan15.6%
Magenta59.3%
Yellow0.0%
Key (black)4.7%
Color previews
#cd63f3 text on a black background
contrast 6.67:1
Card sample
#cd63f3 text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd63f3;
Background color
Panel with #cd63f3 background
background-color: #cd63f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd63f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 99, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 99, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd63f3; background: linear-gradient(135deg, #cd63f3, #F363B9);