#cbd6eb
a pale, soft blue · cool · closest name: lavender
RGB
203, 214, 235
HSL
219°, 44%, 86%
CMYK
14, 9, 0, 8
Luminance
0.6679
Every format
| HEX | #cbd6eb |
| RGB | rgb(203, 214, 235) |
| HSL | hsl(219, 44%, 86%) |
| CMYK | cmyk(14%, 9%, 0%, 8%) |
| LAB | lab(85.4 0.4 -11.6) |
| LCH | lch(85.4 11.6 272.1) |
| OKLCH | oklch(0.874 0.031 263.5) |
Copy-ready code
/* CSS */
color: #cbd6eb;
background-color: #cbd6eb;
/* Tailwind (arbitrary) */
class="text-[#cbd6eb] bg-[#cbd6eb]"
/* SCSS */
$brand: #cbd6eb;
/* SwiftUI */
Color(red: 0.796, green: 0.839, blue: 0.922)
/* Android */
Color.parseColor("#cbd6eb")Accessibility — WCAG contrast
Aa
#cbd6eb on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbd6eb on black: 14.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green83.9%
Blue92.2%
CMYK percentages
Cyan13.6%
Magenta8.9%
Yellow0.0%
Key (black)7.8%
Color previews
#cbd6eb text on a black background
contrast 14.36:1
Card sample
#cbd6eb text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbd6eb;
Background color
Panel with #cbd6eb background
background-color: #cbd6eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbd6eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 214, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 214, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbd6eb; background: linear-gradient(135deg, #cbd6eb, #D5CBEB);