#cd8cef
a light, electric violet · warm · closest name: violet
RGB
205, 140, 239
HSL
279°, 76%, 74%
CMYK
14, 41, 0, 6
Luminance
0.3797
Every format
| HEX | #cd8cef |
| RGB | rgb(205, 140, 239) |
| HSL | hsl(279, 76%, 74%) |
| CMYK | cmyk(14%, 41%, 0%, 6%) |
| LAB | lab(68.0 41.9 -40.3) |
| LCH | lch(68.0 58.1 316.1) |
| OKLCH | oklch(0.741 0.153 313.3) |
Copy-ready code
/* CSS */
color: #cd8cef;
background-color: #cd8cef;
/* Tailwind (arbitrary) */
class="text-[#cd8cef] bg-[#cd8cef]"
/* SCSS */
$brand: #cd8cef;
/* SwiftUI */
Color(red: 0.804, green: 0.549, blue: 0.937)
/* Android */
Color.parseColor("#cd8cef")Accessibility — WCAG contrast
Aa
#cd8cef on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd8cef on black: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green54.9%
Blue93.7%
CMYK percentages
Cyan14.2%
Magenta41.4%
Yellow0.0%
Key (black)6.3%
Color previews
#cd8cef text on a black background
contrast 8.59:1
Card sample
#cd8cef text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd8cef;
Background color
Panel with #cd8cef background
background-color: #cd8cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd8cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 140, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 140, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd8cef; background: linear-gradient(135deg, #cd8cef, #EF8CCF);