#cbbaec
a light, vivid violet · warm · closest name: plum
RGB
203, 186, 236
HSL
260°, 57%, 83%
CMYK
14, 21, 0, 8
Luminance
0.5387
Every format
| HEX | #cbbaec |
| RGB | rgb(203, 186, 236) |
| HSL | hsl(260, 57%, 83%) |
| CMYK | cmyk(14%, 21%, 0%, 8%) |
| LAB | lab(78.4 15.6 -22.6) |
| LCH | lch(78.4 27.5 304.6) |
| OKLCH | oklch(0.820 0.071 300.4) |
Copy-ready code
/* CSS */
color: #cbbaec;
background-color: #cbbaec;
/* Tailwind (arbitrary) */
class="text-[#cbbaec] bg-[#cbbaec]"
/* SCSS */
$brand: #cbbaec;
/* SwiftUI */
Color(red: 0.796, green: 0.729, blue: 0.925)
/* Android */
Color.parseColor("#cbbaec")Accessibility — WCAG contrast
Aa
#cbbaec on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbbaec on black: 11.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green72.9%
Blue92.5%
CMYK percentages
Cyan14.0%
Magenta21.2%
Yellow0.0%
Key (black)7.5%
Color previews
#cbbaec text on a black background
contrast 11.77:1
Card sample
#cbbaec text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbbaec;
Background color
Panel with #cbbaec background
background-color: #cbbaec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbbaec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 186, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 186, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbbaec; background: linear-gradient(135deg, #cbbaec, #ECBAEC);