#cbdcd3
a light, soft green · cool · closest name: silver
RGB
203, 220, 211
HSL
148°, 20%, 83%
CMYK
8, 0, 4, 14
Luminance
0.6859
Every format
| HEX | #cbdcd3 |
| RGB | rgb(203, 220, 211) |
| HSL | hsl(148, 20%, 83%) |
| CMYK | cmyk(8%, 0%, 4%, 14%) |
| LAB | lab(86.3 -7.4 2.5) |
| LCH | lch(86.3 7.8 161.4) |
| OKLCH | oklch(0.879 0.022 163.0) |
Copy-ready code
/* CSS */
color: #cbdcd3;
background-color: #cbdcd3;
/* Tailwind (arbitrary) */
class="text-[#cbdcd3] bg-[#cbdcd3]"
/* SCSS */
$brand: #cbdcd3;
/* SwiftUI */
Color(red: 0.796, green: 0.863, blue: 0.827)
/* Android */
Color.parseColor("#cbdcd3")Accessibility — WCAG contrast
Aa
#cbdcd3 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbdcd3 on black: 14.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green86.3%
Blue82.7%
CMYK percentages
Cyan7.7%
Magenta0.0%
Yellow4.1%
Key (black)13.7%
Color previews
#cbdcd3 text on a black background
contrast 14.72:1
Card sample
#cbdcd3 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbdcd3;
Background color
Panel with #cbdcd3 background
background-color: #cbdcd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbdcd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 220, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 220, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbdcd3; background: linear-gradient(135deg, #cbdcd3, #CBDADC);