#cdbdda
a light, soft violet · warm · closest name: lavender
RGB
205, 189, 218
HSL
273°, 28%, 80%
CMYK
6, 13, 0, 15
Luminance
0.5444
Every format
| HEX | #cdbdda |
| RGB | rgb(205, 189, 218) |
| HSL | hsl(273, 28%, 80%) |
| CMYK | cmyk(6%, 13%, 0%, 15%) |
| LAB | lab(78.7 11.0 -12.4) |
| LCH | lch(78.7 16.6 311.4) |
| OKLCH | oklch(0.821 0.044 310.0) |
Copy-ready code
/* CSS */
color: #cdbdda;
background-color: #cdbdda;
/* Tailwind (arbitrary) */
class="text-[#cdbdda] bg-[#cdbdda]"
/* SCSS */
$brand: #cdbdda;
/* SwiftUI */
Color(red: 0.804, green: 0.741, blue: 0.855)
/* Android */
Color.parseColor("#cdbdda")Accessibility — WCAG contrast
Aa
#cdbdda on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbdda on black: 11.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green74.1%
Blue85.5%
CMYK percentages
Cyan6.0%
Magenta13.3%
Yellow0.0%
Key (black)14.5%
Color previews
#cdbdda text on a black background
contrast 11.89:1
Card sample
#cdbdda text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbdda;
Background color
Panel with #cdbdda background
background-color: #cdbdda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbdda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 189, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 189, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbdda; background: linear-gradient(135deg, #cdbdda, #DABDD4);