#cdbfdf
a light, soft violet · warm · closest name: lavender
RGB
205, 191, 223
HSL
266°, 33%, 81%
CMYK
8, 14, 0, 13
Luminance
0.5557
Every format
| HEX | #cdbfdf |
| RGB | rgb(205, 191, 223) |
| HSL | hsl(266, 33%, 81%) |
| CMYK | cmyk(8%, 14%, 0%, 13%) |
| LAB | lab(79.4 10.9 -14.2) |
| LCH | lch(79.4 17.9 307.6) |
| OKLCH | oklch(0.826 0.047 305.2) |
Copy-ready code
/* CSS */
color: #cdbfdf;
background-color: #cdbfdf;
/* Tailwind (arbitrary) */
class="text-[#cdbfdf] bg-[#cdbfdf]"
/* SCSS */
$brand: #cdbfdf;
/* SwiftUI */
Color(red: 0.804, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#cdbfdf")Accessibility — WCAG contrast
Aa
#cdbfdf on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbfdf on black: 12.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green74.9%
Blue87.5%
CMYK percentages
Cyan8.1%
Magenta14.3%
Yellow0.0%
Key (black)12.5%
Color previews
#cdbfdf text on a black background
contrast 12.11:1
Card sample
#cdbfdf text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbfdf;
Background color
Panel with #cdbfdf background
background-color: #cdbfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbfdf; background: linear-gradient(135deg, #cdbfdf, #DFBFDC);