#c2bae2
a light, soft blue · warm · closest name: lavender
RGB
194, 186, 226
HSL
252°, 41%, 81%
CMYK
14, 18, 0, 11
Luminance
0.5208
Every format
| HEX | #c2bae2 |
| RGB | rgb(194, 186, 226) |
| HSL | hsl(252, 41%, 81%) |
| CMYK | cmyk(14%, 18%, 0%, 11%) |
| LAB | lab(77.3 10.6 -18.9) |
| LCH | lch(77.3 21.7 299.3) |
| OKLCH | oklch(0.809 0.056 294.3) |
Copy-ready code
/* CSS */
color: #c2bae2;
background-color: #c2bae2;
/* Tailwind (arbitrary) */
class="text-[#c2bae2] bg-[#c2bae2]"
/* SCSS */
$brand: #c2bae2;
/* SwiftUI */
Color(red: 0.761, green: 0.729, blue: 0.886)
/* Android */
Color.parseColor("#c2bae2")Accessibility — WCAG contrast
Aa
#c2bae2 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2bae2 on black: 11.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green72.9%
Blue88.6%
CMYK percentages
Cyan14.2%
Magenta17.7%
Yellow0.0%
Key (black)11.4%
Color previews
#c2bae2 text on a black background
contrast 11.42:1
Card sample
#c2bae2 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2bae2;
Background color
Panel with #c2bae2 background
background-color: #c2bae2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2bae2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 186, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 186, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2bae2; background: linear-gradient(135deg, #c2bae2, #DDBAE2);