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