#cbbdf3
a light, vivid violet · warm · closest name: plum
RGB
203, 189, 243
HSL
256°, 69%, 85%
CMYK
17, 22, 0, 5
Luminance
0.5556
Every format
| HEX | #cbbdf3 |
| RGB | rgb(203, 189, 243) |
| HSL | hsl(256, 69%, 85%) |
| CMYK | cmyk(17%, 22%, 0%, 5%) |
| LAB | lab(79.4 15.5 -24.9) |
| LCH | lch(79.4 29.3 301.8) |
| OKLCH | oklch(0.828 0.076 296.6) |
Copy-ready code
/* CSS */
color: #cbbdf3;
background-color: #cbbdf3;
/* Tailwind (arbitrary) */
class="text-[#cbbdf3] bg-[#cbbdf3]"
/* SCSS */
$brand: #cbbdf3;
/* SwiftUI */
Color(red: 0.796, green: 0.741, blue: 0.953)
/* Android */
Color.parseColor("#cbbdf3")Accessibility — WCAG contrast
Aa
#cbbdf3 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbbdf3 on black: 12.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green74.1%
Blue95.3%
CMYK percentages
Cyan16.5%
Magenta22.2%
Yellow0.0%
Key (black)4.7%
Color previews
#cbbdf3 text on a black background
contrast 12.11:1
Card sample
#cbbdf3 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbbdf3;
Background color
Panel with #cbbdf3 background
background-color: #cbbdf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbbdf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 189, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 189, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbbdf3; background: linear-gradient(135deg, #cbbdf3, #EFBDF3);