#cd7cff
a light, electric violet · warm · closest name: violet
RGB
205, 124, 255
HSL
277°, 100%, 74%
CMYK
20, 51, 0, 0
Luminance
0.3461
Every format
| HEX | #cd7cff |
| RGB | rgb(205, 124, 255) |
| HSL | hsl(277, 100%, 74%) |
| CMYK | cmyk(20%, 51%, 0%, 0%) |
| LAB | lab(65.5 53.7 -53.1) |
| LCH | lch(65.5 75.5 315.3) |
| OKLCH | oklch(0.725 0.197 311.0) |
Copy-ready code
/* CSS */
color: #cd7cff;
background-color: #cd7cff;
/* Tailwind (arbitrary) */
class="text-[#cd7cff] bg-[#cd7cff]"
/* SCSS */
$brand: #cd7cff;
/* SwiftUI */
Color(red: 0.804, green: 0.486, blue: 1.000)
/* Android */
Color.parseColor("#cd7cff")Accessibility — WCAG contrast
Aa
#cd7cff on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd7cff on black: 7.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green48.6%
Blue100.0%
CMYK percentages
Cyan19.6%
Magenta51.4%
Yellow0.0%
Key (black)0.0%
Color previews
#cd7cff text on a black background
contrast 7.92:1
Card sample
#cd7cff text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd7cff;
Background color
Panel with #cd7cff background
background-color: #cd7cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd7cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 124, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 124, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd7cff; background: linear-gradient(135deg, #cd7cff, #FF7CDA);