#c2d8cb
a light, soft green · cool · closest name: silver
RGB
194, 216, 203
HSL
145°, 22%, 80%
CMYK
10, 0, 6, 15
Luminance
0.6489
Every format
| HEX | #c2d8cb |
| RGB | rgb(194, 216, 203) |
| HSL | hsl(145, 22%, 80%) |
| CMYK | cmyk(10%, 0%, 6%, 15%) |
| LAB | lab(84.4 -9.8 3.9) |
| LCH | lch(84.4 10.6 158.2) |
| OKLCH | oklch(0.862 0.029 159.8) |
Copy-ready code
/* CSS */
color: #c2d8cb;
background-color: #c2d8cb;
/* Tailwind (arbitrary) */
class="text-[#c2d8cb] bg-[#c2d8cb]"
/* SCSS */
$brand: #c2d8cb;
/* SwiftUI */
Color(red: 0.761, green: 0.847, blue: 0.796)
/* Android */
Color.parseColor("#c2d8cb")Accessibility — WCAG contrast
Aa
#c2d8cb on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2d8cb on black: 13.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green84.7%
Blue79.6%
CMYK percentages
Cyan10.2%
Magenta0.0%
Yellow6.0%
Key (black)15.3%
Color previews
#c2d8cb text on a black background
contrast 13.98:1
Card sample
#c2d8cb text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2d8cb;
Background color
Panel with #c2d8cb background
background-color: #c2d8cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2d8cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 216, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 216, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2d8cb; background: linear-gradient(135deg, #c2d8cb, #C2D6D8);