#cd6fee
a light, electric violet · warm · closest name: violet
RGB
205, 111, 238
HSL
284°, 79%, 68%
CMYK
14, 53, 0, 7
Luminance
0.3052
Every format
| HEX | #cd6fee |
| RGB | rgb(205, 111, 238) |
| HSL | hsl(284, 79%, 68%) |
| CMYK | cmyk(14%, 53%, 0%, 7%) |
| LAB | lab(62.1 56.7 -49.0) |
| LCH | lch(62.1 75.0 319.2) |
| OKLCH | oklch(0.697 0.199 316.6) |
Copy-ready code
/* CSS */
color: #cd6fee;
background-color: #cd6fee;
/* Tailwind (arbitrary) */
class="text-[#cd6fee] bg-[#cd6fee]"
/* SCSS */
$brand: #cd6fee;
/* SwiftUI */
Color(red: 0.804, green: 0.435, blue: 0.933)
/* Android */
Color.parseColor("#cd6fee")Accessibility — WCAG contrast
Aa
#cd6fee on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd6fee on black: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green43.5%
Blue93.3%
CMYK percentages
Cyan13.9%
Magenta53.4%
Yellow0.0%
Key (black)6.7%
Color previews
#cd6fee text on a black background
contrast 7.10:1
Card sample
#cd6fee text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd6fee;
Background color
Panel with #cd6fee background
background-color: #cd6fee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd6fee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 111, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 111, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd6fee; background: linear-gradient(135deg, #cd6fee, #EE6FBA);