#c7dcd3
a light, soft green · cool · closest name: silver
RGB
199, 220, 211
HSL
154°, 23%, 82%
CMYK
10, 0, 4, 14
Luminance
0.6803
Every format
| HEX | #c7dcd3 |
| RGB | rgb(199, 220, 211) |
| HSL | hsl(154, 23%, 82%) |
| CMYK | cmyk(10%, 0%, 4%, 14%) |
| LAB | lab(86.0 -8.7 2.0) |
| LCH | lch(86.0 8.9 166.9) |
| OKLCH | oklch(0.876 0.026 168.2) |
Copy-ready code
/* CSS */
color: #c7dcd3;
background-color: #c7dcd3;
/* Tailwind (arbitrary) */
class="text-[#c7dcd3] bg-[#c7dcd3]"
/* SCSS */
$brand: #c7dcd3;
/* SwiftUI */
Color(red: 0.780, green: 0.863, blue: 0.827)
/* Android */
Color.parseColor("#c7dcd3")Accessibility — WCAG contrast
Aa
#c7dcd3 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7dcd3 on black: 14.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green86.3%
Blue82.7%
CMYK percentages
Cyan9.5%
Magenta0.0%
Yellow4.1%
Key (black)13.7%
Color previews
#c7dcd3 text on a black background
contrast 14.61:1
Card sample
#c7dcd3 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7dcd3;
Background color
Panel with #c7dcd3 background
background-color: #c7dcd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7dcd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 220, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 220, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7dcd3; background: linear-gradient(135deg, #c7dcd3, #C7D7DC);