#cd6fef
a light, electric violet · warm · closest name: violet
RGB
205, 111, 239
HSL
284°, 80%, 69%
CMYK
14, 54, 0, 6
Luminance
0.3058
Every format
| HEX | #cd6fef |
| RGB | rgb(205, 111, 239) |
| HSL | hsl(284, 80%, 69%) |
| CMYK | cmyk(14%, 54%, 0%, 6%) |
| LAB | lab(62.1 56.9 -49.5) |
| LCH | lch(62.1 75.4 319.0) |
| OKLCH | oklch(0.698 0.200 316.3) |
Copy-ready code
/* CSS */
color: #cd6fef;
background-color: #cd6fef;
/* Tailwind (arbitrary) */
class="text-[#cd6fef] bg-[#cd6fef]"
/* SCSS */
$brand: #cd6fef;
/* SwiftUI */
Color(red: 0.804, green: 0.435, blue: 0.937)
/* Android */
Color.parseColor("#cd6fef")Accessibility — WCAG contrast
Aa
#cd6fef on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd6fef on black: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green43.5%
Blue93.7%
CMYK percentages
Cyan14.2%
Magenta53.6%
Yellow0.0%
Key (black)6.3%
Color previews
#cd6fef text on a black background
contrast 7.12:1
Card sample
#cd6fef text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd6fef;
Background color
Panel with #cd6fef background
background-color: #cd6fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd6fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 111, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 111, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd6fef; background: linear-gradient(135deg, #cd6fef, #EF6FBC);