#c2d4cd
a light, soft green · cool · closest name: silver
RGB
194, 212, 205
HSL
157°, 17%, 80%
CMYK
9, 0, 3, 17
Luminance
0.6296
Every format
| HEX | #c2d4cd |
| RGB | rgb(194, 212, 205) |
| HSL | hsl(157, 17%, 80%) |
| CMYK | cmyk(9%, 0%, 3%, 17%) |
| LAB | lab(83.4 -7.4 1.4) |
| LCH | lch(83.4 7.5 169.3) |
| OKLCH | oklch(0.854 0.022 170.5) |
Copy-ready code
/* CSS */
color: #c2d4cd;
background-color: #c2d4cd;
/* Tailwind (arbitrary) */
class="text-[#c2d4cd] bg-[#c2d4cd]"
/* SCSS */
$brand: #c2d4cd;
/* SwiftUI */
Color(red: 0.761, green: 0.831, blue: 0.804)
/* Android */
Color.parseColor("#c2d4cd")Accessibility — WCAG contrast
Aa
#c2d4cd on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2d4cd on black: 13.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green83.1%
Blue80.4%
CMYK percentages
Cyan8.5%
Magenta0.0%
Yellow3.3%
Key (black)16.9%
Color previews
#c2d4cd text on a black background
contrast 13.59:1
Card sample
#c2d4cd text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2d4cd;
Background color
Panel with #c2d4cd background
background-color: #c2d4cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2d4cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 212, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 212, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2d4cd; background: linear-gradient(135deg, #c2d4cd, #C2CFD4);