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