#cbbeee
a light, vivid violet · warm · closest name: plum
RGB
203, 190, 238
HSL
256°, 59%, 84%
CMYK
15, 20, 0, 7
Luminance
0.5570
Every format
| HEX | #cbbeee |
| RGB | rgb(203, 190, 238) |
| HSL | hsl(256, 59%, 84%) |
| CMYK | cmyk(15%, 20%, 0%, 7%) |
| LAB | lab(79.4 13.9 -22.1) |
| LCH | lch(79.4 26.1 302.1) |
| OKLCH | oklch(0.828 0.068 297.3) |
Copy-ready code
/* CSS */
color: #cbbeee;
background-color: #cbbeee;
/* Tailwind (arbitrary) */
class="text-[#cbbeee] bg-[#cbbeee]"
/* SCSS */
$brand: #cbbeee;
/* SwiftUI */
Color(red: 0.796, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#cbbeee")Accessibility — WCAG contrast
Aa
#cbbeee on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbbeee on black: 12.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green74.5%
Blue93.3%
CMYK percentages
Cyan14.7%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#cbbeee text on a black background
contrast 12.14:1
Card sample
#cbbeee text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbbeee;
Background color
Panel with #cbbeee background
background-color: #cbbeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbbeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbbeee; background: linear-gradient(135deg, #cbbeee, #EBBEEE);