#c2d6cd
a light, soft green · cool · closest name: silver
RGB
194, 214, 205
HSL
153°, 20%, 80%
CMYK
9, 0, 4, 16
Luminance
0.6397
Every format
| HEX | #c2d6cd |
| RGB | rgb(194, 214, 205) |
| HSL | hsl(153, 20%, 80%) |
| CMYK | cmyk(9%, 0%, 4%, 16%) |
| LAB | lab(84.0 -8.4 2.1) |
| LCH | lch(84.0 8.7 165.6) |
| OKLCH | oklch(0.859 0.025 167.0) |
Copy-ready code
/* CSS */
color: #c2d6cd;
background-color: #c2d6cd;
/* Tailwind (arbitrary) */
class="text-[#c2d6cd] bg-[#c2d6cd]"
/* SCSS */
$brand: #c2d6cd;
/* SwiftUI */
Color(red: 0.761, green: 0.839, blue: 0.804)
/* Android */
Color.parseColor("#c2d6cd")Accessibility — WCAG contrast
Aa
#c2d6cd on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2d6cd on black: 13.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green83.9%
Blue80.4%
CMYK percentages
Cyan9.3%
Magenta0.0%
Yellow4.2%
Key (black)16.1%
Color previews
#c2d6cd text on a black background
contrast 13.79:1
Card sample
#c2d6cd text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2d6cd;
Background color
Panel with #c2d6cd background
background-color: #c2d6cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2d6cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 214, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 214, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2d6cd; background: linear-gradient(135deg, #c2d6cd, #C2D2D6);