#cd7fed
a light, electric violet · warm · closest name: violet
RGB
205, 127, 237
HSL
283°, 75%, 71%
CMYK
14, 46, 0, 7
Luminance
0.3427
Every format
| HEX | #cd7fed |
| RGB | rgb(205, 127, 237) |
| HSL | hsl(283, 75%, 71%) |
| CMYK | cmyk(14%, 46%, 0%, 7%) |
| LAB | lab(65.2 48.4 -43.6) |
| LCH | lch(65.2 65.1 318.0) |
| OKLCH | oklch(0.720 0.172 315.4) |
Copy-ready code
/* CSS */
color: #cd7fed;
background-color: #cd7fed;
/* Tailwind (arbitrary) */
class="text-[#cd7fed] bg-[#cd7fed]"
/* SCSS */
$brand: #cd7fed;
/* SwiftUI */
Color(red: 0.804, green: 0.498, blue: 0.929)
/* Android */
Color.parseColor("#cd7fed")Accessibility — WCAG contrast
Aa
#cd7fed on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd7fed on black: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green49.8%
Blue92.9%
CMYK percentages
Cyan13.5%
Magenta46.4%
Yellow0.0%
Key (black)7.1%
Color previews
#cd7fed text on a black background
contrast 7.85:1
Card sample
#cd7fed text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd7fed;
Background color
Panel with #cd7fed background
background-color: #cd7fed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd7fed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 127, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 127, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd7fed; background: linear-gradient(135deg, #cd7fed, #ED7FC4);