#cbc3eb
a light, vivid blue · warm · closest name: lavender
RGB
203, 195, 235
HSL
252°, 50%, 84%
CMYK
14, 17, 0, 8
Luminance
0.5772
Every format
| HEX | #cbc3eb |
| RGB | rgb(203, 195, 235) |
| HSL | hsl(252, 50%, 84%) |
| CMYK | cmyk(14%, 17%, 0%, 8%) |
| LAB | lab(80.6 10.5 -18.8) |
| LCH | lch(80.6 21.5 299.3) |
| OKLCH | oklch(0.837 0.056 294.3) |
Copy-ready code
/* CSS */
color: #cbc3eb;
background-color: #cbc3eb;
/* Tailwind (arbitrary) */
class="text-[#cbc3eb] bg-[#cbc3eb]"
/* SCSS */
$brand: #cbc3eb;
/* SwiftUI */
Color(red: 0.796, green: 0.765, blue: 0.922)
/* Android */
Color.parseColor("#cbc3eb")Accessibility — WCAG contrast
Aa
#cbc3eb on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbc3eb on black: 12.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green76.5%
Blue92.2%
CMYK percentages
Cyan13.6%
Magenta17.0%
Yellow0.0%
Key (black)7.8%
Color previews
#cbc3eb text on a black background
contrast 12.54:1
Card sample
#cbc3eb text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbc3eb;
Background color
Panel with #cbc3eb background
background-color: #cbc3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbc3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 195, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 195, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbc3eb; background: linear-gradient(135deg, #cbc3eb, #E6C3EB);