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