#cd7fff
a light, electric violet · warm · closest name: violet
RGB
205, 127, 255
HSL
277°, 100%, 75%
CMYK
20, 50, 0, 0
Luminance
0.3538
Every format
| HEX | #cd7fff |
| RGB | rgb(205, 127, 255) |
| HSL | hsl(277, 100%, 75%) |
| CMYK | cmyk(20%, 50%, 0%, 0%) |
| LAB | lab(66.0 52.2 -52.1) |
| LCH | lch(66.0 73.8 315.0) |
| OKLCH | oklch(0.729 0.192 310.6) |
Copy-ready code
/* CSS */
color: #cd7fff;
background-color: #cd7fff;
/* Tailwind (arbitrary) */
class="text-[#cd7fff] bg-[#cd7fff]"
/* SCSS */
$brand: #cd7fff;
/* SwiftUI */
Color(red: 0.804, green: 0.498, blue: 1.000)
/* Android */
Color.parseColor("#cd7fff")Accessibility — WCAG contrast
Aa
#cd7fff on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd7fff on black: 8.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green49.8%
Blue100.0%
CMYK percentages
Cyan19.6%
Magenta50.2%
Yellow0.0%
Key (black)0.0%
Color previews
#cd7fff text on a black background
contrast 8.08:1
Card sample
#cd7fff text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd7fff;
Background color
Panel with #cd7fff background
background-color: #cd7fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd7fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 127, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 127, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd7fff; background: linear-gradient(135deg, #cd7fff, #FF7FDC);