#cd65ee
a light, electric violet · warm · closest name: violet
RGB
205, 101, 238
HSL
286°, 80%, 67%
CMYK
14, 58, 0, 7
Luminance
0.2846
Every format
| HEX | #cd65ee |
| RGB | rgb(205, 101, 238) |
| HSL | hsl(286, 80%, 67%) |
| CMYK | cmyk(14%, 58%, 0%, 7%) |
| LAB | lab(60.3 61.6 -51.9) |
| LCH | lch(60.3 80.5 319.9) |
| OKLCH | oklch(0.684 0.214 317.3) |
Copy-ready code
/* CSS */
color: #cd65ee;
background-color: #cd65ee;
/* Tailwind (arbitrary) */
class="text-[#cd65ee] bg-[#cd65ee]"
/* SCSS */
$brand: #cd65ee;
/* SwiftUI */
Color(red: 0.804, green: 0.396, blue: 0.933)
/* Android */
Color.parseColor("#cd65ee")Accessibility — WCAG contrast
Aa
#cd65ee on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd65ee on black: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green39.6%
Blue93.3%
CMYK percentages
Cyan13.9%
Magenta57.6%
Yellow0.0%
Key (black)6.7%
Color previews
#cd65ee text on a black background
contrast 6.69:1
Card sample
#cd65ee text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd65ee;
Background color
Panel with #cd65ee background
background-color: #cd65ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd65ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 101, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 101, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd65ee; background: linear-gradient(135deg, #cd65ee, #EE65B4);