#cdb5da
a light, soft violet · warm · closest name: plum
RGB
205, 181, 218
HSL
279°, 33%, 78%
CMYK
6, 17, 0, 15
Luminance
0.5109
Every format
| HEX | #cdb5da |
| RGB | rgb(205, 181, 218) |
| HSL | hsl(279, 33%, 78%) |
| CMYK | cmyk(6%, 17%, 0%, 15%) |
| LAB | lab(76.7 15.3 -15.4) |
| LCH | lch(76.7 21.7 314.8) |
| OKLCH | oklch(0.805 0.058 313.8) |
Copy-ready code
/* CSS */
color: #cdb5da;
background-color: #cdb5da;
/* Tailwind (arbitrary) */
class="text-[#cdb5da] bg-[#cdb5da]"
/* SCSS */
$brand: #cdb5da;
/* SwiftUI */
Color(red: 0.804, green: 0.710, blue: 0.855)
/* Android */
Color.parseColor("#cdb5da")Accessibility — WCAG contrast
Aa
#cdb5da on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdb5da on black: 11.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green71.0%
Blue85.5%
CMYK percentages
Cyan6.0%
Magenta17.0%
Yellow0.0%
Key (black)14.5%
Color previews
#cdb5da text on a black background
contrast 11.22:1
Card sample
#cdb5da text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdb5da;
Background color
Panel with #cdb5da background
background-color: #cdb5da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdb5da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 181, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 181, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdb5da; background: linear-gradient(135deg, #cdb5da, #DAB5CE);