#c7ecdf
a pale, vivid green · cool · closest name: beige
RGB
199, 236, 223
HSL
159°, 49%, 85%
CMYK
16, 0, 6, 8
Luminance
0.7746
Every format
| HEX | #c7ecdf |
| RGB | rgb(199, 236, 223) |
| HSL | hsl(159, 49%, 85%) |
| CMYK | cmyk(16%, 0%, 6%, 8%) |
| LAB | lab(90.5 -14.5 2.3) |
| LCH | lch(90.5 14.7 171.0) |
| OKLCH | oklch(0.913 0.042 172.1) |
Copy-ready code
/* CSS */
color: #c7ecdf;
background-color: #c7ecdf;
/* Tailwind (arbitrary) */
class="text-[#c7ecdf] bg-[#c7ecdf]"
/* SCSS */
$brand: #c7ecdf;
/* SwiftUI */
Color(red: 0.780, green: 0.925, blue: 0.875)
/* Android */
Color.parseColor("#c7ecdf")Accessibility — WCAG contrast
Aa
#c7ecdf on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7ecdf on black: 16.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green92.5%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow5.5%
Key (black)7.5%
Color previews
#c7ecdf text on a black background
contrast 16.49:1
Card sample
#c7ecdf text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7ecdf;
Background color
Panel with #c7ecdf background
background-color: #c7ecdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7ecdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 236, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 236, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7ecdf; background: linear-gradient(135deg, #c7ecdf, #C7E0EC);