#cbdaeb
a pale, soft blue · cool · closest name: lavender
RGB
203, 218, 235
HSL
212°, 44%, 86%
CMYK
14, 7, 0, 8
Luminance
0.6884
Every format
| HEX | #cbdaeb |
| RGB | rgb(203, 218, 235) |
| HSL | hsl(212, 44%, 86%) |
| CMYK | cmyk(14%, 7%, 0%, 8%) |
| LAB | lab(86.4 -1.7 -10.0) |
| LCH | lch(86.4 10.2 260.6) |
| OKLCH | oklch(0.882 0.029 251.5) |
Copy-ready code
/* CSS */
color: #cbdaeb;
background-color: #cbdaeb;
/* Tailwind (arbitrary) */
class="text-[#cbdaeb] bg-[#cbdaeb]"
/* SCSS */
$brand: #cbdaeb;
/* SwiftUI */
Color(red: 0.796, green: 0.855, blue: 0.922)
/* Android */
Color.parseColor("#cbdaeb")Accessibility — WCAG contrast
Aa
#cbdaeb on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbdaeb on black: 14.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green85.5%
Blue92.2%
CMYK percentages
Cyan13.6%
Magenta7.2%
Yellow0.0%
Key (black)7.8%
Color previews
#cbdaeb text on a black background
contrast 14.77:1
Card sample
#cbdaeb text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbdaeb;
Background color
Panel with #cbdaeb background
background-color: #cbdaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbdaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 218, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 218, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbdaeb; background: linear-gradient(135deg, #cbdaeb, #D1CBEB);