#cbd9da
a light, soft cyan · cool · closest name: silver
RGB
203, 217, 218
HSL
184°, 17%, 83%
CMYK
7, 1, 0, 15
Luminance
0.6738
Every format
| HEX | #cbd9da |
| RGB | rgb(203, 217, 218) |
| HSL | hsl(184, 17%, 83%) |
| CMYK | cmyk(7%, 1%, 0%, 15%) |
| LAB | lab(85.7 -4.5 -2.1) |
| LCH | lch(85.7 5.0 205.1) |
| OKLCH | oklch(0.875 0.015 202.0) |
Copy-ready code
/* CSS */
color: #cbd9da;
background-color: #cbd9da;
/* Tailwind (arbitrary) */
class="text-[#cbd9da] bg-[#cbd9da]"
/* SCSS */
$brand: #cbd9da;
/* SwiftUI */
Color(red: 0.796, green: 0.851, blue: 0.855)
/* Android */
Color.parseColor("#cbd9da")Accessibility — WCAG contrast
Aa
#cbd9da on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbd9da on black: 14.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green85.1%
Blue85.5%
CMYK percentages
Cyan6.9%
Magenta0.5%
Yellow0.0%
Key (black)14.5%
Color previews
#cbd9da text on a black background
contrast 14.48:1
Card sample
#cbd9da text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbd9da;
Background color
Panel with #cbd9da background
background-color: #cbd9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbd9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 217, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 217, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbd9da; background: linear-gradient(135deg, #cbd9da, #CBCFDA);