#cdbdee
a light, vivid violet · warm · closest name: plum
RGB
205, 189, 238
HSL
260°, 59%, 84%
CMYK
14, 21, 0, 7
Luminance
0.5555
Every format
| HEX | #cdbdee |
| RGB | rgb(205, 189, 238) |
| HSL | hsl(260, 59%, 84%) |
| CMYK | cmyk(14%, 21%, 0%, 7%) |
| LAB | lab(79.4 15.0 -22.2) |
| LCH | lch(79.4 26.8 304.1) |
| OKLCH | oklch(0.828 0.070 299.8) |
Copy-ready code
/* CSS */
color: #cdbdee;
background-color: #cdbdee;
/* Tailwind (arbitrary) */
class="text-[#cdbdee] bg-[#cdbdee]"
/* SCSS */
$brand: #cdbdee;
/* SwiftUI */
Color(red: 0.804, green: 0.741, blue: 0.933)
/* Android */
Color.parseColor("#cdbdee")Accessibility — WCAG contrast
Aa
#cdbdee on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbdee on black: 12.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green74.1%
Blue93.3%
CMYK percentages
Cyan13.9%
Magenta20.6%
Yellow0.0%
Key (black)6.7%
Color previews
#cdbdee text on a black background
contrast 12.11:1
Card sample
#cdbdee text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbdee;
Background color
Panel with #cdbdee background
background-color: #cdbdee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbdee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 189, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 189, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbdee; background: linear-gradient(135deg, #cdbdee, #EEBDEE);