#c2dcd3
a light, soft green · cool · closest name: silver
RGB
194, 220, 211
HSL
159°, 27%, 81%
CMYK
12, 0, 4, 14
Luminance
0.6736
Every format
| HEX | #c2dcd3 |
| RGB | rgb(194, 220, 211) |
| HSL | hsl(159, 27%, 81%) |
| CMYK | cmyk(12%, 0%, 4%, 14%) |
| LAB | lab(85.7 -10.3 1.5) |
| LCH | lch(85.7 10.4 171.7) |
| OKLCH | oklch(0.873 0.030 172.8) |
Copy-ready code
/* CSS */
color: #c2dcd3;
background-color: #c2dcd3;
/* Tailwind (arbitrary) */
class="text-[#c2dcd3] bg-[#c2dcd3]"
/* SCSS */
$brand: #c2dcd3;
/* SwiftUI */
Color(red: 0.761, green: 0.863, blue: 0.827)
/* Android */
Color.parseColor("#c2dcd3")Accessibility — WCAG contrast
Aa
#c2dcd3 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2dcd3 on black: 14.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green86.3%
Blue82.7%
CMYK percentages
Cyan11.8%
Magenta0.0%
Yellow4.1%
Key (black)13.7%
Color previews
#c2dcd3 text on a black background
contrast 14.47:1
Card sample
#c2dcd3 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2dcd3;
Background color
Panel with #c2dcd3 background
background-color: #c2dcd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2dcd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 220, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 220, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2dcd3; background: linear-gradient(135deg, #c2dcd3, #C2D4DC);