#cbd3da
a light, soft blue · cool · closest name: silver
RGB
203, 211, 218
HSL
208°, 17%, 83%
CMYK
7, 3, 0, 15
Luminance
0.6435
Every format
| HEX | #cbd3da |
| RGB | rgb(203, 211, 218) |
| HSL | hsl(208, 17%, 83%) |
| CMYK | cmyk(7%, 3%, 0%, 15%) |
| LAB | lab(84.2 -1.4 -4.4) |
| LCH | lch(84.2 4.6 252.5) |
| OKLCH | oklch(0.863 0.013 244.3) |
Copy-ready code
/* CSS */
color: #cbd3da;
background-color: #cbd3da;
/* Tailwind (arbitrary) */
class="text-[#cbd3da] bg-[#cbd3da]"
/* SCSS */
$brand: #cbd3da;
/* SwiftUI */
Color(red: 0.796, green: 0.827, blue: 0.855)
/* Android */
Color.parseColor("#cbd3da")Accessibility — WCAG contrast
Aa
#cbd3da on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbd3da on black: 13.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green82.7%
Blue85.5%
CMYK percentages
Cyan6.9%
Magenta3.2%
Yellow0.0%
Key (black)14.5%
Color previews
#cbd3da text on a black background
contrast 13.87:1
Card sample
#cbd3da text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbd3da;
Background color
Panel with #cbd3da background
background-color: #cbd3da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbd3da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 211, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 211, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbd3da; background: linear-gradient(135deg, #cbd3da, #CDCBDA);