#cbdcda
a light, soft cyan · cool · closest name: silver
RGB
203, 220, 218
HSL
173°, 20%, 83%
CMYK
8, 0, 1, 14
Luminance
0.6894
Every format
| HEX | #cbdcda |
| RGB | rgb(203, 220, 218) |
| HSL | hsl(173, 20%, 83%) |
| CMYK | cmyk(8%, 0%, 1%, 14%) |
| LAB | lab(86.5 -6.0 -1.0) |
| LCH | lch(86.5 6.1 189.1) |
| OKLCH | oklch(0.881 0.018 188.3) |
Copy-ready code
/* CSS */
color: #cbdcda;
background-color: #cbdcda;
/* Tailwind (arbitrary) */
class="text-[#cbdcda] bg-[#cbdcda]"
/* SCSS */
$brand: #cbdcda;
/* SwiftUI */
Color(red: 0.796, green: 0.863, blue: 0.855)
/* Android */
Color.parseColor("#cbdcda")Accessibility — WCAG contrast
Aa
#cbdcda on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbdcda on black: 14.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green86.3%
Blue85.5%
CMYK percentages
Cyan7.7%
Magenta0.0%
Yellow0.9%
Key (black)13.7%
Color previews
#cbdcda text on a black background
contrast 14.79:1
Card sample
#cbdcda text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbdcda;
Background color
Panel with #cbdcda background
background-color: #cbdcda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbdcda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 220, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 220, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbdcda; background: linear-gradient(135deg, #cbdcda, #CBD3DC);