#cd65f5
a light, electric violet · warm · closest name: violet
RGB
205, 101, 245
HSL
283°, 88%, 68%
CMYK
16, 59, 0, 4
Luminance
0.2888
Every format
| HEX | #cd65f5 |
| RGB | rgb(205, 101, 245) |
| HSL | hsl(283, 88%, 68%) |
| CMYK | cmyk(16%, 59%, 0%, 4%) |
| LAB | lab(60.7 62.9 -55.1) |
| LCH | lch(60.7 83.7 318.8) |
| OKLCH | oklch(0.688 0.220 315.5) |
Copy-ready code
/* CSS */
color: #cd65f5;
background-color: #cd65f5;
/* Tailwind (arbitrary) */
class="text-[#cd65f5] bg-[#cd65f5]"
/* SCSS */
$brand: #cd65f5;
/* SwiftUI */
Color(red: 0.804, green: 0.396, blue: 0.961)
/* Android */
Color.parseColor("#cd65f5")Accessibility — WCAG contrast
Aa
#cd65f5 on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd65f5 on black: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green39.6%
Blue96.1%
CMYK percentages
Cyan16.3%
Magenta58.8%
Yellow0.0%
Key (black)3.9%
Color previews
#cd65f5 text on a black background
contrast 6.78:1
Card sample
#cd65f5 text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd65f5;
Background color
Panel with #cd65f5 background
background-color: #cd65f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd65f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 101, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 101, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd65f5; background: linear-gradient(135deg, #cd65f5, #F565BD);