#cbbae2
a light, soft violet · warm · closest name: lavender
RGB
203, 186, 226
HSL
266°, 41%, 81%
CMYK
10, 18, 0, 11
Luminance
0.5331
Every format
| HEX | #cbbae2 |
| RGB | rgb(203, 186, 226) |
| HSL | hsl(266, 41%, 81%) |
| CMYK | cmyk(10%, 18%, 0%, 11%) |
| LAB | lab(78.0 13.5 -17.8) |
| LCH | lch(78.0 22.3 307.3) |
| OKLCH | oklch(0.816 0.058 304.4) |
Copy-ready code
/* CSS */
color: #cbbae2;
background-color: #cbbae2;
/* Tailwind (arbitrary) */
class="text-[#cbbae2] bg-[#cbbae2]"
/* SCSS */
$brand: #cbbae2;
/* SwiftUI */
Color(red: 0.796, green: 0.729, blue: 0.886)
/* Android */
Color.parseColor("#cbbae2")Accessibility — WCAG contrast
Aa
#cbbae2 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbbae2 on black: 11.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green72.9%
Blue88.6%
CMYK percentages
Cyan10.2%
Magenta17.7%
Yellow0.0%
Key (black)11.4%
Color previews
#cbbae2 text on a black background
contrast 11.66:1
Card sample
#cbbae2 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbbae2;
Background color
Panel with #cbbae2 background
background-color: #cbbae2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbbae2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 186, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 186, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbbae2; background: linear-gradient(135deg, #cbbae2, #E2BADE);