#cbc2ee
a light, vivid blue · warm · closest name: lavender
RGB
203, 194, 238
HSL
252°, 56%, 85%
CMYK
15, 19, 0, 7
Luminance
0.5745
Every format
| HEX | #cbc2ee |
| RGB | rgb(203, 194, 238) |
| HSL | hsl(252, 56%, 85%) |
| CMYK | cmyk(15%, 19%, 0%, 7%) |
| LAB | lab(80.4 11.7 -20.6) |
| LCH | lch(80.4 23.7 299.6) |
| OKLCH | oklch(0.836 0.062 294.4) |
Copy-ready code
/* CSS */
color: #cbc2ee;
background-color: #cbc2ee;
/* Tailwind (arbitrary) */
class="text-[#cbc2ee] bg-[#cbc2ee]"
/* SCSS */
$brand: #cbc2ee;
/* SwiftUI */
Color(red: 0.796, green: 0.761, blue: 0.933)
/* Android */
Color.parseColor("#cbc2ee")Accessibility — WCAG contrast
Aa
#cbc2ee on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbc2ee on black: 12.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green76.1%
Blue93.3%
CMYK percentages
Cyan14.7%
Magenta18.5%
Yellow0.0%
Key (black)6.7%
Color previews
#cbc2ee text on a black background
contrast 12.49:1
Card sample
#cbc2ee text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbc2ee;
Background color
Panel with #cbc2ee background
background-color: #cbc2ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbc2ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 194, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 194, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbc2ee; background: linear-gradient(135deg, #cbc2ee, #E8C2EE);