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