#cbaaeb
a light, vivid violet · warm · closest name: plum
RGB
203, 170, 235
HSL
271°, 62%, 79%
CMYK
14, 28, 0, 8
Luminance
0.4744
Every format
| HEX | #cbaaeb |
| RGB | rgb(203, 170, 235) |
| HSL | hsl(271, 62%, 79%) |
| CMYK | cmyk(14%, 28%, 0%, 8%) |
| LAB | lab(74.5 24.1 -28.1) |
| LCH | lch(74.5 37.0 310.7) |
| OKLCH | oklch(0.789 0.097 307.4) |
Copy-ready code
/* CSS */
color: #cbaaeb;
background-color: #cbaaeb;
/* Tailwind (arbitrary) */
class="text-[#cbaaeb] bg-[#cbaaeb]"
/* SCSS */
$brand: #cbaaeb;
/* SwiftUI */
Color(red: 0.796, green: 0.667, blue: 0.922)
/* Android */
Color.parseColor("#cbaaeb")Accessibility — WCAG contrast
Aa
#cbaaeb on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbaaeb on black: 10.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green66.7%
Blue92.2%
CMYK percentages
Cyan13.6%
Magenta27.7%
Yellow0.0%
Key (black)7.8%
Color previews
#cbaaeb text on a black background
contrast 10.49:1
Card sample
#cbaaeb text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbaaeb;
Background color
Panel with #cbaaeb background
background-color: #cbaaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbaaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 170, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 170, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbaaeb; background: linear-gradient(135deg, #cbaaeb, #EBAAE0);