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