#cbbdf0
a light, vivid violet · warm · closest name: plum
RGB
203, 189, 240
HSL
257°, 63%, 84%
CMYK
15, 21, 0, 6
Luminance
0.5538
Every format
| HEX | #cbbdf0 |
| RGB | rgb(203, 189, 240) |
| HSL | hsl(257, 63%, 84%) |
| CMYK | cmyk(15%, 21%, 0%, 6%) |
| LAB | lab(79.3 14.8 -23.5) |
| LCH | lch(79.3 27.8 302.3) |
| OKLCH | oklch(0.827 0.072 297.4) |
Copy-ready code
/* CSS */
color: #cbbdf0;
background-color: #cbbdf0;
/* Tailwind (arbitrary) */
class="text-[#cbbdf0] bg-[#cbbdf0]"
/* SCSS */
$brand: #cbbdf0;
/* SwiftUI */
Color(red: 0.796, green: 0.741, blue: 0.941)
/* Android */
Color.parseColor("#cbbdf0")Accessibility — WCAG contrast
Aa
#cbbdf0 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbbdf0 on black: 12.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green74.1%
Blue94.1%
CMYK percentages
Cyan15.4%
Magenta21.2%
Yellow0.0%
Key (black)5.9%
Color previews
#cbbdf0 text on a black background
contrast 12.08:1
Card sample
#cbbdf0 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbbdf0;
Background color
Panel with #cbbdf0 background
background-color: #cbbdf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbbdf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 189, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 189, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbbdf0; background: linear-gradient(135deg, #cbbdf0, #EDBDF0);