#cd7eee
a light, electric violet · warm · closest name: violet
RGB
205, 126, 238
HSL
282°, 77%, 71%
CMYK
14, 47, 0, 7
Luminance
0.3407
Every format
| HEX | #cd7eee |
| RGB | rgb(205, 126, 238) |
| HSL | hsl(282, 77%, 71%) |
| CMYK | cmyk(14%, 47%, 0%, 7%) |
| LAB | lab(65.0 49.1 -44.4) |
| LCH | lch(65.0 66.2 317.9) |
| OKLCH | oklch(0.719 0.175 315.2) |
Copy-ready code
/* CSS */
color: #cd7eee;
background-color: #cd7eee;
/* Tailwind (arbitrary) */
class="text-[#cd7eee] bg-[#cd7eee]"
/* SCSS */
$brand: #cd7eee;
/* SwiftUI */
Color(red: 0.804, green: 0.494, blue: 0.933)
/* Android */
Color.parseColor("#cd7eee")Accessibility — WCAG contrast
Aa
#cd7eee on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd7eee on black: 7.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green49.4%
Blue93.3%
CMYK percentages
Cyan13.9%
Magenta47.1%
Yellow0.0%
Key (black)6.7%
Color previews
#cd7eee text on a black background
contrast 7.81:1
Card sample
#cd7eee text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd7eee;
Background color
Panel with #cd7eee background
background-color: #cd7eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd7eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 126, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 126, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd7eee; background: linear-gradient(135deg, #cd7eee, #EE7EC4);