#cbbaee
a light, vivid violet · warm · closest name: plum
RGB
203, 186, 238
HSL
260°, 61%, 83%
CMYK
15, 22, 0, 7
Luminance
0.5399
Every format
| HEX | #cbbaee |
| RGB | rgb(203, 186, 238) |
| HSL | hsl(260, 61%, 83%) |
| CMYK | cmyk(15%, 22%, 0%, 7%) |
| LAB | lab(78.5 16.0 -23.6) |
| LCH | lch(78.5 28.6 304.2) |
| OKLCH | oklch(0.820 0.074 299.7) |
Copy-ready code
/* CSS */
color: #cbbaee;
background-color: #cbbaee;
/* Tailwind (arbitrary) */
class="text-[#cbbaee] bg-[#cbbaee]"
/* SCSS */
$brand: #cbbaee;
/* SwiftUI */
Color(red: 0.796, green: 0.729, blue: 0.933)
/* Android */
Color.parseColor("#cbbaee")Accessibility — WCAG contrast
Aa
#cbbaee on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbbaee on black: 11.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green72.9%
Blue93.3%
CMYK percentages
Cyan14.7%
Magenta21.8%
Yellow0.0%
Key (black)6.7%
Color previews
#cbbaee text on a black background
contrast 11.80:1
Card sample
#cbbaee text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbbaee;
Background color
Panel with #cbbaee background
background-color: #cbbaee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbbaee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 186, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 186, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbbaee; background: linear-gradient(135deg, #cbbaee, #EEBAEE);