#cbd2eb
a pale, soft blue · warm · closest name: lavender
RGB
203, 210, 235
HSL
227°, 44%, 86%
CMYK
14, 11, 0, 8
Luminance
0.6479
Every format
| HEX | #cbd2eb |
| RGB | rgb(203, 210, 235) |
| HSL | hsl(227, 44%, 86%) |
| CMYK | cmyk(14%, 11%, 0%, 8%) |
| LAB | lab(84.4 2.5 -13.1) |
| LCH | lch(84.4 13.3 281.0) |
| OKLCH | oklch(0.866 0.035 273.2) |
Copy-ready code
/* CSS */
color: #cbd2eb;
background-color: #cbd2eb;
/* Tailwind (arbitrary) */
class="text-[#cbd2eb] bg-[#cbd2eb]"
/* SCSS */
$brand: #cbd2eb;
/* SwiftUI */
Color(red: 0.796, green: 0.824, blue: 0.922)
/* Android */
Color.parseColor("#cbd2eb")Accessibility — WCAG contrast
Aa
#cbd2eb on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbd2eb on black: 13.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green82.4%
Blue92.2%
CMYK percentages
Cyan13.6%
Magenta10.6%
Yellow0.0%
Key (black)7.8%
Color previews
#cbd2eb text on a black background
contrast 13.96:1
Card sample
#cbd2eb text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbd2eb;
Background color
Panel with #cbd2eb background
background-color: #cbd2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbd2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 210, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 210, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbd2eb; background: linear-gradient(135deg, #cbd2eb, #D9CBEB);