#cd9bfe
a light, electric violet · warm · closest name: violet
RGB
205, 155, 254
HSL
270°, 98%, 80%
CMYK
19, 39, 0, 0
Luminance
0.4358
Every format
| HEX | #cd9bfe |
| RGB | rgb(205, 155, 254) |
| HSL | hsl(270, 98%, 80%) |
| CMYK | cmyk(19%, 39%, 0%, 0%) |
| LAB | lab(72.0 37.0 -42.3) |
| LCH | lch(72.0 56.2 311.2) |
| OKLCH | oklch(0.773 0.146 306.5) |
Copy-ready code
/* CSS */
color: #cd9bfe;
background-color: #cd9bfe;
/* Tailwind (arbitrary) */
class="text-[#cd9bfe] bg-[#cd9bfe]"
/* SCSS */
$brand: #cd9bfe;
/* SwiftUI */
Color(red: 0.804, green: 0.608, blue: 0.996)
/* Android */
Color.parseColor("#cd9bfe")Accessibility — WCAG contrast
Aa
#cd9bfe on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd9bfe on black: 9.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green60.8%
Blue99.6%
CMYK percentages
Cyan19.3%
Magenta39.0%
Yellow0.0%
Key (black)0.4%
Color previews
#cd9bfe text on a black background
contrast 9.72:1
Card sample
#cd9bfe text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd9bfe;
Background color
Panel with #cd9bfe background
background-color: #cd9bfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd9bfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 155, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 155, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd9bfe; background: linear-gradient(135deg, #cd9bfe, #FE9BED);