#cdbfdb
a light, soft violet · warm · closest name: lavender
RGB
205, 191, 219
HSL
270°, 28%, 80%
CMYK
6, 13, 0, 14
Luminance
0.5536
Every format
| HEX | #cdbfdb |
| RGB | rgb(205, 191, 219) |
| HSL | hsl(270, 28%, 80%) |
| CMYK | cmyk(6%, 13%, 0%, 14%) |
| LAB | lab(79.3 10.1 -12.2) |
| LCH | lch(79.3 15.8 309.7) |
| OKLCH | oklch(0.825 0.042 307.9) |
Copy-ready code
/* CSS */
color: #cdbfdb;
background-color: #cdbfdb;
/* Tailwind (arbitrary) */
class="text-[#cdbfdb] bg-[#cdbfdb]"
/* SCSS */
$brand: #cdbfdb;
/* SwiftUI */
Color(red: 0.804, green: 0.749, blue: 0.859)
/* Android */
Color.parseColor("#cdbfdb")Accessibility — WCAG contrast
Aa
#cdbfdb on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbfdb on black: 12.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green74.9%
Blue85.9%
CMYK percentages
Cyan6.4%
Magenta12.8%
Yellow0.0%
Key (black)14.1%
Color previews
#cdbfdb text on a black background
contrast 12.07:1
Card sample
#cdbfdb text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbfdb;
Background color
Panel with #cdbfdb background
background-color: #cdbfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 191, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 191, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbfdb; background: linear-gradient(135deg, #cdbfdb, #DBBFD6);