#cdb0da
a light, soft violet · warm · closest name: plum
RGB
205, 176, 218
HSL
281°, 36%, 77%
CMYK
6, 19, 0, 15
Luminance
0.4909
Every format
| HEX | #cdb0da |
| RGB | rgb(205, 176, 218) |
| HSL | hsl(281, 36%, 77%) |
| CMYK | cmyk(6%, 19%, 0%, 15%) |
| LAB | lab(75.5 18.0 -17.3) |
| LCH | lch(75.5 25.0 316.2) |
| OKLCH | oklch(0.796 0.066 315.4) |
Copy-ready code
/* CSS */
color: #cdb0da;
background-color: #cdb0da;
/* Tailwind (arbitrary) */
class="text-[#cdb0da] bg-[#cdb0da]"
/* SCSS */
$brand: #cdb0da;
/* SwiftUI */
Color(red: 0.804, green: 0.690, blue: 0.855)
/* Android */
Color.parseColor("#cdb0da")Accessibility — WCAG contrast
Aa
#cdb0da on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdb0da on black: 10.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green69.0%
Blue85.5%
CMYK percentages
Cyan6.0%
Magenta19.3%
Yellow0.0%
Key (black)14.5%
Color previews
#cdb0da text on a black background
contrast 10.82:1
Card sample
#cdb0da text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdb0da;
Background color
Panel with #cdb0da background
background-color: #cdb0da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdb0da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 176, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 176, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdb0da; background: linear-gradient(135deg, #cdb0da, #DAB0CB);