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