#cdb5ff
a pale, electric violet · warm · closest name: plum
RGB
205, 181, 255
HSL
260°, 100%, 86%
CMYK
20, 29, 0, 0
Luminance
0.5325
Every format
| HEX | #cdb5ff |
| RGB | rgb(205, 181, 255) |
| HSL | hsl(260, 100%, 86%) |
| CMYK | cmyk(20%, 29%, 0%, 0%) |
| LAB | lab(78.0 23.1 -33.4) |
| LCH | lch(78.0 40.6 304.6) |
| OKLCH | oklch(0.820 0.105 299.0) |
Copy-ready code
/* CSS */
color: #cdb5ff;
background-color: #cdb5ff;
/* Tailwind (arbitrary) */
class="text-[#cdb5ff] bg-[#cdb5ff]"
/* SCSS */
$brand: #cdb5ff;
/* SwiftUI */
Color(red: 0.804, green: 0.710, blue: 1.000)
/* Android */
Color.parseColor("#cdb5ff")Accessibility — WCAG contrast
Aa
#cdb5ff on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdb5ff on black: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green71.0%
Blue100.0%
CMYK percentages
Cyan19.6%
Magenta29.0%
Yellow0.0%
Key (black)0.0%
Color previews
#cdb5ff text on a black background
contrast 11.65:1
Card sample
#cdb5ff text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdb5ff;
Background color
Panel with #cdb5ff background
background-color: #cdb5ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdb5ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 181, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 181, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdb5ff; background: linear-gradient(135deg, #cdb5ff, #FEB5FF);