#cbdcec
a pale, vivid blue · cool · closest name: lavender
RGB
203, 220, 236
HSL
209°, 47%, 86%
CMYK
14, 7, 0, 8
Luminance
0.6994
Every format
| HEX | #cbdcec |
| RGB | rgb(203, 220, 236) |
| HSL | hsl(209, 47%, 86%) |
| CMYK | cmyk(14%, 7%, 0%, 8%) |
| LAB | lab(87.0 -2.5 -9.8) |
| LCH | lch(87.0 10.1 255.6) |
| OKLCH | oklch(0.887 0.029 246.5) |
Copy-ready code
/* CSS */
color: #cbdcec;
background-color: #cbdcec;
/* Tailwind (arbitrary) */
class="text-[#cbdcec] bg-[#cbdcec]"
/* SCSS */
$brand: #cbdcec;
/* SwiftUI */
Color(red: 0.796, green: 0.863, blue: 0.925)
/* Android */
Color.parseColor("#cbdcec")Accessibility — WCAG contrast
Aa
#cbdcec on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbdcec on black: 14.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green86.3%
Blue92.5%
CMYK percentages
Cyan14.0%
Magenta6.8%
Yellow0.0%
Key (black)7.5%
Color previews
#cbdcec text on a black background
contrast 14.99:1
Card sample
#cbdcec text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbdcec;
Background color
Panel with #cbdcec background
background-color: #cbdcec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbdcec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 220, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 220, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbdcec; background: linear-gradient(135deg, #cbdcec, #D0CBEC);