#c8dcd2
a light, soft green · cool · closest name: silver
RGB
200, 220, 210
HSL
150°, 22%, 82%
CMYK
9, 0, 5, 14
Luminance
0.6812
Every format
| HEX | #c8dcd2 |
| RGB | rgb(200, 220, 210) |
| HSL | hsl(150, 22%, 82%) |
| CMYK | cmyk(9%, 0%, 5%, 14%) |
| LAB | lab(86.1 -8.6 2.6) |
| LCH | lch(86.1 8.9 162.9) |
| OKLCH | oklch(0.877 0.025 164.4) |
Copy-ready code
/* CSS */
color: #c8dcd2;
background-color: #c8dcd2;
/* Tailwind (arbitrary) */
class="text-[#c8dcd2] bg-[#c8dcd2]"
/* SCSS */
$brand: #c8dcd2;
/* SwiftUI */
Color(red: 0.784, green: 0.863, blue: 0.824)
/* Android */
Color.parseColor("#c8dcd2")Accessibility — WCAG contrast
Aa
#c8dcd2 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8dcd2 on black: 14.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green86.3%
Blue82.4%
CMYK percentages
Cyan9.1%
Magenta0.0%
Yellow4.5%
Key (black)13.7%
Color previews
#c8dcd2 text on a black background
contrast 14.62:1
Card sample
#c8dcd2 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8dcd2;
Background color
Panel with #c8dcd2 background
background-color: #c8dcd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8dcd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 220, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 220, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8dcd2; background: linear-gradient(135deg, #c8dcd2, #C8D9DC);