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