#cbd3eb
a pale, soft blue · warm · closest name: lavender
RGB
203, 211, 235
HSL
225°, 44%, 86%
CMYK
14, 10, 0, 8
Luminance
0.6528
Every format
| HEX | #cbd3eb |
| RGB | rgb(203, 211, 235) |
| HSL | hsl(225, 44%, 86%) |
| CMYK | cmyk(14%, 10%, 0%, 8%) |
| LAB | lab(84.6 2.0 -12.7) |
| LCH | lch(84.6 12.9 279.0) |
| OKLCH | oklch(0.868 0.034 271.0) |
Copy-ready code
/* CSS */
color: #cbd3eb;
background-color: #cbd3eb;
/* Tailwind (arbitrary) */
class="text-[#cbd3eb] bg-[#cbd3eb]"
/* SCSS */
$brand: #cbd3eb;
/* SwiftUI */
Color(red: 0.796, green: 0.827, blue: 0.922)
/* Android */
Color.parseColor("#cbd3eb")Accessibility — WCAG contrast
Aa
#cbd3eb on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbd3eb on black: 14.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green82.7%
Blue92.2%
CMYK percentages
Cyan13.6%
Magenta10.2%
Yellow0.0%
Key (black)7.8%
Color previews
#cbd3eb text on a black background
contrast 14.06:1
Card sample
#cbd3eb text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbd3eb;
Background color
Panel with #cbd3eb background
background-color: #cbd3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbd3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 211, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 211, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbd3eb; background: linear-gradient(135deg, #cbd3eb, #D8CBEB);