#cbc8eb
a pale, vivid blue · warm · closest name: lavender
RGB
203, 200, 235
HSL
245°, 47%, 85%
CMYK
14, 15, 0, 8
Luminance
0.6000
Every format
| HEX | #cbc8eb |
| RGB | rgb(203, 200, 235) |
| HSL | hsl(245, 47%, 85%) |
| CMYK | cmyk(14%, 15%, 0%, 8%) |
| LAB | lab(81.8 7.8 -16.9) |
| LCH | lch(81.8 18.6 294.9) |
| OKLCH | oklch(0.846 0.049 289.3) |
Copy-ready code
/* CSS */
color: #cbc8eb;
background-color: #cbc8eb;
/* Tailwind (arbitrary) */
class="text-[#cbc8eb] bg-[#cbc8eb]"
/* SCSS */
$brand: #cbc8eb;
/* SwiftUI */
Color(red: 0.796, green: 0.784, blue: 0.922)
/* Android */
Color.parseColor("#cbc8eb")Accessibility — WCAG contrast
Aa
#cbc8eb on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbc8eb on black: 13.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green78.4%
Blue92.2%
CMYK percentages
Cyan13.6%
Magenta14.9%
Yellow0.0%
Key (black)7.8%
Color previews
#cbc8eb text on a black background
contrast 13.00:1
Card sample
#cbc8eb text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbc8eb;
Background color
Panel with #cbc8eb background
background-color: #cbc8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbc8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 200, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 200, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbc8eb; background: linear-gradient(135deg, #cbc8eb, #E2C8EB);