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