#cbbdf2
a light, vivid violet · warm · closest name: plum
RGB
203, 189, 242
HSL
256°, 67%, 85%
CMYK
16, 22, 0, 5
Luminance
0.5550
Every format
| HEX | #cbbdf2 |
| RGB | rgb(203, 189, 242) |
| HSL | hsl(256, 67%, 85%) |
| CMYK | cmyk(16%, 22%, 0%, 5%) |
| LAB | lab(79.3 15.3 -24.4) |
| LCH | lch(79.3 28.8 302.0) |
| OKLCH | oklch(0.828 0.075 296.8) |
Copy-ready code
/* CSS */
color: #cbbdf2;
background-color: #cbbdf2;
/* Tailwind (arbitrary) */
class="text-[#cbbdf2] bg-[#cbbdf2]"
/* SCSS */
$brand: #cbbdf2;
/* SwiftUI */
Color(red: 0.796, green: 0.741, blue: 0.949)
/* Android */
Color.parseColor("#cbbdf2")Accessibility — WCAG contrast
Aa
#cbbdf2 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbbdf2 on black: 12.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green74.1%
Blue94.9%
CMYK percentages
Cyan16.1%
Magenta21.9%
Yellow0.0%
Key (black)5.1%
Color previews
#cbbdf2 text on a black background
contrast 12.10:1
Card sample
#cbbdf2 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbbdf2;
Background color
Panel with #cbbdf2 background
background-color: #cbbdf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbbdf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 189, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 189, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbbdf2; background: linear-gradient(135deg, #cbbdf2, #EEBDF2);