#cdbcdf
a light, soft violet · warm · closest name: lavender
RGB
205, 188, 223
HSL
269°, 35%, 81%
CMYK
8, 16, 0, 13
Luminance
0.5427
Every format
| HEX | #cdbcdf |
| RGB | rgb(205, 188, 223) |
| HSL | hsl(269, 35%, 81%) |
| CMYK | cmyk(8%, 16%, 0%, 13%) |
| LAB | lab(78.6 12.5 -15.3) |
| LCH | lch(78.6 19.7 309.3) |
| OKLCH | oklch(0.820 0.052 307.2) |
Copy-ready code
/* CSS */
color: #cdbcdf;
background-color: #cdbcdf;
/* Tailwind (arbitrary) */
class="text-[#cdbcdf] bg-[#cdbcdf]"
/* SCSS */
$brand: #cdbcdf;
/* SwiftUI */
Color(red: 0.804, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#cdbcdf")Accessibility — WCAG contrast
Aa
#cdbcdf on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbcdf on black: 11.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green73.7%
Blue87.5%
CMYK percentages
Cyan8.1%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#cdbcdf text on a black background
contrast 11.85:1
Card sample
#cdbcdf text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbcdf;
Background color
Panel with #cdbcdf background
background-color: #cdbcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbcdf; background: linear-gradient(135deg, #cdbcdf, #DFBCDA);