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