#cdbbf2
a light, vivid violet · warm · closest name: plum
RGB
205, 187, 242
HSL
260°, 68%, 84%
CMYK
15, 23, 0, 5
Luminance
0.5493
Every format
| HEX | #cdbbf2 |
| RGB | rgb(205, 187, 242) |
| HSL | hsl(260, 68%, 84%) |
| CMYK | cmyk(15%, 23%, 0%, 5%) |
| LAB | lab(79.0 17.0 -24.9) |
| LCH | lch(79.0 30.1 304.2) |
| OKLCH | oklch(0.826 0.078 299.7) |
Copy-ready code
/* CSS */
color: #cdbbf2;
background-color: #cdbbf2;
/* Tailwind (arbitrary) */
class="text-[#cdbbf2] bg-[#cdbbf2]"
/* SCSS */
$brand: #cdbbf2;
/* SwiftUI */
Color(red: 0.804, green: 0.733, blue: 0.949)
/* Android */
Color.parseColor("#cdbbf2")Accessibility — WCAG contrast
Aa
#cdbbf2 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdbbf2 on black: 11.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green73.3%
Blue94.9%
CMYK percentages
Cyan15.3%
Magenta22.7%
Yellow0.0%
Key (black)5.1%
Color previews
#cdbbf2 text on a black background
contrast 11.99:1
Card sample
#cdbbf2 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdbbf2;
Background color
Panel with #cdbbf2 background
background-color: #cdbbf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdbbf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 187, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 187, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdbbf2; background: linear-gradient(135deg, #cdbbf2, #F2BBF2);