#cd9cff
a light, electric violet · warm · closest name: violet
RGB
205, 156, 255
HSL
270°, 100%, 81%
CMYK
20, 39, 0, 0
Luminance
0.4398
Every format
| HEX | #cd9cff |
| RGB | rgb(205, 156, 255) |
| HSL | hsl(270, 100%, 81%) |
| CMYK | cmyk(20%, 39%, 0%, 0%) |
| LAB | lab(72.2 36.7 -42.4) |
| LCH | lch(72.2 56.1 310.9) |
| OKLCH | oklch(0.775 0.146 306.1) |
Copy-ready code
/* CSS */
color: #cd9cff;
background-color: #cd9cff;
/* Tailwind (arbitrary) */
class="text-[#cd9cff] bg-[#cd9cff]"
/* SCSS */
$brand: #cd9cff;
/* SwiftUI */
Color(red: 0.804, green: 0.612, blue: 1.000)
/* Android */
Color.parseColor("#cd9cff")Accessibility — WCAG contrast
Aa
#cd9cff on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd9cff on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green61.2%
Blue100.0%
CMYK percentages
Cyan19.6%
Magenta38.8%
Yellow0.0%
Key (black)0.0%
Color previews
#cd9cff text on a black background
contrast 9.80:1
Card sample
#cd9cff text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd9cff;
Background color
Panel with #cd9cff background
background-color: #cd9cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd9cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 156, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 156, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd9cff; background: linear-gradient(135deg, #cd9cff, #FF9CEF);