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