#cbcdec
a pale, vivid blue · warm · closest name: lavender
RGB
203, 205, 236
HSL
236°, 47%, 86%
CMYK
14, 13, 0, 8
Luminance
0.6242
Every format
| HEX | #cbcdec |
| RGB | rgb(203, 205, 236) |
| HSL | hsl(236, 47%, 86%) |
| CMYK | cmyk(14%, 13%, 0%, 8%) |
| LAB | lab(83.1 5.4 -15.5) |
| LCH | lch(83.1 16.4 289.2) |
| OKLCH | oklch(0.857 0.043 282.5) |
Copy-ready code
/* CSS */
color: #cbcdec;
background-color: #cbcdec;
/* Tailwind (arbitrary) */
class="text-[#cbcdec] bg-[#cbcdec]"
/* SCSS */
$brand: #cbcdec;
/* SwiftUI */
Color(red: 0.796, green: 0.804, blue: 0.925)
/* Android */
Color.parseColor("#cbcdec")Accessibility — WCAG contrast
Aa
#cbcdec on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbcdec on black: 13.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green80.4%
Blue92.5%
CMYK percentages
Cyan14.0%
Magenta13.1%
Yellow0.0%
Key (black)7.5%
Color previews
#cbcdec text on a black background
contrast 13.48:1
Card sample
#cbcdec text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbcdec;
Background color
Panel with #cbcdec background
background-color: #cbcdec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbcdec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 205, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 205, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbcdec; background: linear-gradient(135deg, #cbcdec, #DFCBEC);