#cbbaeb
a light, vivid violet · warm · closest name: plum
RGB
203, 186, 235
HSL
261°, 55%, 83%
CMYK
14, 21, 0, 8
Luminance
0.5381
Every format
| HEX | #cbbaeb |
| RGB | rgb(203, 186, 235) |
| HSL | hsl(261, 55%, 83%) |
| CMYK | cmyk(14%, 21%, 0%, 8%) |
| LAB | lab(78.3 15.4 -22.2) |
| LCH | lch(78.3 27.0 304.8) |
| OKLCH | oklch(0.819 0.070 300.7) |
Copy-ready code
/* CSS */
color: #cbbaeb;
background-color: #cbbaeb;
/* Tailwind (arbitrary) */
class="text-[#cbbaeb] bg-[#cbbaeb]"
/* SCSS */
$brand: #cbbaeb;
/* SwiftUI */
Color(red: 0.796, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#cbbaeb")Accessibility — WCAG contrast
Aa
#cbbaeb on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbbaeb on black: 11.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green72.9%
Blue92.2%
CMYK percentages
Cyan13.6%
Magenta20.9%
Yellow0.0%
Key (black)7.8%
Color previews
#cbbaeb text on a black background
contrast 11.76:1
Card sample
#cbbaeb text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbbaeb;
Background color
Panel with #cbbaeb background
background-color: #cbbaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbbaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbbaeb; background: linear-gradient(135deg, #cbbaeb, #EBBAEA);