#cd7cef
a light, electric violet · warm · closest name: violet
RGB
205, 124, 239
HSL
282°, 78%, 71%
CMYK
14, 48, 0, 6
Luminance
0.3363
Every format
| HEX | #cd7cef |
| RGB | rgb(205, 124, 239) |
| HSL | hsl(282, 78%, 71%) |
| CMYK | cmyk(14%, 48%, 0%, 6%) |
| LAB | lab(64.7 50.4 -45.5) |
| LCH | lch(64.7 67.9 317.9) |
| OKLCH | oklch(0.716 0.179 315.2) |
Copy-ready code
/* CSS */
color: #cd7cef;
background-color: #cd7cef;
/* Tailwind (arbitrary) */
class="text-[#cd7cef] bg-[#cd7cef]"
/* SCSS */
$brand: #cd7cef;
/* SwiftUI */
Color(red: 0.804, green: 0.486, blue: 0.937)
/* Android */
Color.parseColor("#cd7cef")Accessibility — WCAG contrast
Aa
#cd7cef on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd7cef on black: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green48.6%
Blue93.7%
CMYK percentages
Cyan14.2%
Magenta48.1%
Yellow0.0%
Key (black)6.3%
Color previews
#cd7cef text on a black background
contrast 7.73:1
Card sample
#cd7cef text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd7cef;
Background color
Panel with #cd7cef background
background-color: #cd7cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd7cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 124, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 124, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd7cef; background: linear-gradient(135deg, #cd7cef, #EF7CC4);