#cd5cef
a balanced, electric violet · warm · closest name: violet
RGB
205, 92, 239
HSL
286°, 82%, 65%
CMYK
14, 62, 0, 6
Luminance
0.2687
Every format
| HEX | #cd5cef |
| RGB | rgb(205, 92, 239) |
| HSL | hsl(286, 82%, 65%) |
| CMYK | cmyk(14%, 62%, 0%, 6%) |
| LAB | lab(58.9 65.8 -54.7) |
| LCH | lch(58.9 85.6 320.3) |
| OKLCH | oklch(0.674 0.227 317.6) |
Copy-ready code
/* CSS */
color: #cd5cef;
background-color: #cd5cef;
/* Tailwind (arbitrary) */
class="text-[#cd5cef] bg-[#cd5cef]"
/* SCSS */
$brand: #cd5cef;
/* SwiftUI */
Color(red: 0.804, green: 0.361, blue: 0.937)
/* Android */
Color.parseColor("#cd5cef")Accessibility — WCAG contrast
Aa
#cd5cef on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd5cef on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green36.1%
Blue93.7%
CMYK percentages
Cyan14.2%
Magenta61.5%
Yellow0.0%
Key (black)6.3%
Color previews
#cd5cef text on a black background
contrast 6.37:1
Card sample
#cd5cef text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd5cef;
Background color
Panel with #cd5cef background
background-color: #cd5cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd5cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 92, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 92, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd5cef; background: linear-gradient(135deg, #cd5cef, #EF5CAF);