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