#cbdbd1
a light, soft green · cool · closest name: silver
RGB
203, 219, 209
HSL
143°, 18%, 83%
CMYK
7, 0, 5, 14
Luminance
0.6796
Every format
| HEX | #cbdbd1 |
| RGB | rgb(203, 219, 209) |
| HSL | hsl(143, 18%, 83%) |
| CMYK | cmyk(7%, 0%, 5%, 14%) |
| LAB | lab(86.0 -7.2 3.1) |
| LCH | lch(86.0 7.8 157.0) |
| OKLCH | oklch(0.876 0.022 158.5) |
Copy-ready code
/* CSS */
color: #cbdbd1;
background-color: #cbdbd1;
/* Tailwind (arbitrary) */
class="text-[#cbdbd1] bg-[#cbdbd1]"
/* SCSS */
$brand: #cbdbd1;
/* SwiftUI */
Color(red: 0.796, green: 0.859, blue: 0.820)
/* Android */
Color.parseColor("#cbdbd1")Accessibility — WCAG contrast
Aa
#cbdbd1 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbdbd1 on black: 14.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green85.9%
Blue82.0%
CMYK percentages
Cyan7.3%
Magenta0.0%
Yellow4.6%
Key (black)14.1%
Color previews
#cbdbd1 text on a black background
contrast 14.59:1
Card sample
#cbdbd1 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbdbd1;
Background color
Panel with #cbdbd1 background
background-color: #cbdbd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbdbd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 219, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 219, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbdbd1; background: linear-gradient(135deg, #cbdbd1, #CBDADB);