#cbdcdf
a light, soft cyan · cool · closest name: silver
RGB
203, 220, 223
HSL
189°, 24%, 84%
CMYK
9, 1, 0, 13
Luminance
0.6921
Every format
| HEX | #cbdcdf |
| RGB | rgb(203, 220, 223) |
| HSL | hsl(189, 24%, 84%) |
| CMYK | cmyk(9%, 1%, 0%, 13%) |
| LAB | lab(86.6 -5.1 -3.4) |
| LCH | lch(86.6 6.1 213.9) |
| OKLCH | oklch(0.883 0.019 209.4) |
Copy-ready code
/* CSS */
color: #cbdcdf;
background-color: #cbdcdf;
/* Tailwind (arbitrary) */
class="text-[#cbdcdf] bg-[#cbdcdf]"
/* SCSS */
$brand: #cbdcdf;
/* SwiftUI */
Color(red: 0.796, green: 0.863, blue: 0.875)
/* Android */
Color.parseColor("#cbdcdf")Accessibility — WCAG contrast
Aa
#cbdcdf on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbdcdf on black: 14.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green86.3%
Blue87.5%
CMYK percentages
Cyan9.0%
Magenta1.3%
Yellow0.0%
Key (black)12.5%
Color previews
#cbdcdf text on a black background
contrast 14.84:1
Card sample
#cbdcdf text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbdcdf;
Background color
Panel with #cbdcdf background
background-color: #cbdcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbdcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 220, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 220, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbdcdf; background: linear-gradient(135deg, #cbdcdf, #CBCFDF);