#cd7fec
a light, vivid violet · warm · closest name: violet
RGB
205, 127, 236
HSL
283°, 74%, 71%
CMYK
13, 46, 0, 8
Luminance
0.3421
Every format
| HEX | #cd7fec |
| RGB | rgb(205, 127, 236) |
| HSL | hsl(283, 74%, 71%) |
| CMYK | cmyk(13%, 46%, 0%, 8%) |
| LAB | lab(65.1 48.2 -43.1) |
| LCH | lch(65.1 64.7 318.2) |
| OKLCH | oklch(0.719 0.171 315.7) |
Copy-ready code
/* CSS */
color: #cd7fec;
background-color: #cd7fec;
/* Tailwind (arbitrary) */
class="text-[#cd7fec] bg-[#cd7fec]"
/* SCSS */
$brand: #cd7fec;
/* SwiftUI */
Color(red: 0.804, green: 0.498, blue: 0.925)
/* Android */
Color.parseColor("#cd7fec")Accessibility — WCAG contrast
Aa
#cd7fec on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd7fec on black: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green49.8%
Blue92.5%
CMYK percentages
Cyan13.1%
Magenta46.2%
Yellow0.0%
Key (black)7.5%
Color previews
#cd7fec text on a black background
contrast 7.84:1
Card sample
#cd7fec text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd7fec;
Background color
Panel with #cd7fec background
background-color: #cd7fec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd7fec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 127, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 127, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd7fec; background: linear-gradient(135deg, #cd7fec, #EC7FC2);