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