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