#cbdbda
a light, soft cyan · cool · closest name: silver
RGB
203, 219, 218
HSL
176°, 18%, 83%
CMYK
7, 0, 1, 14
Luminance
0.6842
Every format
| HEX | #cbdbda |
| RGB | rgb(203, 219, 218) |
| HSL | hsl(176, 18%, 83%) |
| CMYK | cmyk(7%, 0%, 1%, 14%) |
| LAB | lab(86.2 -5.5 -1.4) |
| LCH | lch(86.2 5.7 193.7) |
| OKLCH | oklch(0.879 0.017 192.3) |
Copy-ready code
/* CSS */
color: #cbdbda;
background-color: #cbdbda;
/* Tailwind (arbitrary) */
class="text-[#cbdbda] bg-[#cbdbda]"
/* SCSS */
$brand: #cbdbda;
/* SwiftUI */
Color(red: 0.796, green: 0.859, blue: 0.855)
/* Android */
Color.parseColor("#cbdbda")Accessibility — WCAG contrast
Aa
#cbdbda on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbdbda on black: 14.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green85.9%
Blue85.5%
CMYK percentages
Cyan7.3%
Magenta0.0%
Yellow0.5%
Key (black)14.1%
Color previews
#cbdbda text on a black background
contrast 14.68:1
Card sample
#cbdbda text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbdbda;
Background color
Panel with #cbdbda background
background-color: #cbdbda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbdbda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 219, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 219, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbdbda; background: linear-gradient(135deg, #cbdbda, #CBD1DB);