#c7dbd2
a light, soft green · cool · closest name: silver
RGB
199, 219, 210
HSL
153°, 22%, 82%
CMYK
9, 0, 4, 14
Luminance
0.6746
Every format
| HEX | #c7dbd2 |
| RGB | rgb(199, 219, 210) |
| HSL | hsl(153, 22%, 82%) |
| CMYK | cmyk(9%, 0%, 4%, 14%) |
| LAB | lab(85.7 -8.4 2.1) |
| LCH | lch(85.7 8.6 165.7) |
| OKLCH | oklch(0.874 0.025 167.0) |
Copy-ready code
/* CSS */
color: #c7dbd2;
background-color: #c7dbd2;
/* Tailwind (arbitrary) */
class="text-[#c7dbd2] bg-[#c7dbd2]"
/* SCSS */
$brand: #c7dbd2;
/* SwiftUI */
Color(red: 0.780, green: 0.859, blue: 0.824)
/* Android */
Color.parseColor("#c7dbd2")Accessibility — WCAG contrast
Aa
#c7dbd2 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7dbd2 on black: 14.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green85.9%
Blue82.4%
CMYK percentages
Cyan9.1%
Magenta0.0%
Yellow4.1%
Key (black)14.1%
Color previews
#c7dbd2 text on a black background
contrast 14.49:1
Card sample
#c7dbd2 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7dbd2;
Background color
Panel with #c7dbd2 background
background-color: #c7dbd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7dbd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 219, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 219, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7dbd2; background: linear-gradient(135deg, #c7dbd2, #C7D7DB);