#cdbcda
a light, soft violet · warm · closest name: lavender
RGB
205, 188, 218
HSL
274°, 29%, 80%
CMYK
6, 14, 0, 15
Luminance
0.5401
Every format
| HEX | #cdbcda |
| RGB | rgb(205, 188, 218) |
| HSL | hsl(274, 29%, 80%) |
| CMYK | cmyk(6%, 14%, 0%, 15%) |
| LAB | lab(78.5 11.5 -12.8) |
| LCH | lch(78.5 17.2 312.0) |
| OKLCH | oklch(0.819 0.045 310.6) |
Copy-ready code
/* CSS */
color: #cdbcda;
background-color: #cdbcda;
/* Tailwind (arbitrary) */
class="text-[#cdbcda] bg-[#cdbcda]"
/* SCSS */
$brand: #cdbcda;
/* SwiftUI */
Color(red: 0.804, green: 0.737, blue: 0.855)
/* Android */
Color.parseColor("#cdbcda")Accessibility — WCAG contrast
Aa
#cdbcda on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbcda on black: 11.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green73.7%
Blue85.5%
CMYK percentages
Cyan6.0%
Magenta13.8%
Yellow0.0%
Key (black)14.5%
Color previews
#cdbcda text on a black background
contrast 11.80:1
Card sample
#cdbcda text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbcda;
Background color
Panel with #cdbcda background
background-color: #cdbcda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbcda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 188, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 188, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbcda; background: linear-gradient(135deg, #cdbcda, #DABCD3);