#cbc4eb
a light, vivid blue · warm · closest name: lavender
RGB
203, 196, 235
HSL
251°, 49%, 85%
CMYK
14, 17, 0, 8
Luminance
0.5817
Every format
| HEX | #cbc4eb |
| RGB | rgb(203, 196, 235) |
| HSL | hsl(251, 49%, 85%) |
| CMYK | cmyk(14%, 17%, 0%, 8%) |
| LAB | lab(80.8 10.0 -18.4) |
| LCH | lch(80.8 20.9 298.5) |
| OKLCH | oklch(0.839 0.054 293.4) |
Copy-ready code
/* CSS */
color: #cbc4eb;
background-color: #cbc4eb;
/* Tailwind (arbitrary) */
class="text-[#cbc4eb] bg-[#cbc4eb]"
/* SCSS */
$brand: #cbc4eb;
/* SwiftUI */
Color(red: 0.796, green: 0.769, blue: 0.922)
/* Android */
Color.parseColor("#cbc4eb")Accessibility — WCAG contrast
Aa
#cbc4eb on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbc4eb on black: 12.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green76.9%
Blue92.2%
CMYK percentages
Cyan13.6%
Magenta16.6%
Yellow0.0%
Key (black)7.8%
Color previews
#cbc4eb text on a black background
contrast 12.63:1
Card sample
#cbc4eb text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbc4eb;
Background color
Panel with #cbc4eb background
background-color: #cbc4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbc4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 196, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 196, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbc4eb; background: linear-gradient(135deg, #cbc4eb, #E5C4EB);