#c7efdf
a pale, vivid green · cool · closest name: beige
RGB
199, 239, 223
HSL
156°, 56%, 86%
CMYK
17, 0, 7, 6
Luminance
0.7920
Every format
| HEX | #c7efdf |
| RGB | rgb(199, 239, 223) |
| HSL | hsl(156, 56%, 86%) |
| CMYK | cmyk(17%, 0%, 7%, 6%) |
| LAB | lab(91.3 -16.0 3.4) |
| LCH | lch(91.3 16.4 167.9) |
| OKLCH | oklch(0.919 0.047 169.1) |
Copy-ready code
/* CSS */
color: #c7efdf;
background-color: #c7efdf;
/* Tailwind (arbitrary) */
class="text-[#c7efdf] bg-[#c7efdf]"
/* SCSS */
$brand: #c7efdf;
/* SwiftUI */
Color(red: 0.780, green: 0.937, blue: 0.875)
/* Android */
Color.parseColor("#c7efdf")Accessibility — WCAG contrast
Aa
#c7efdf on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7efdf on black: 16.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green93.7%
Blue87.5%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow6.7%
Key (black)6.3%
Color previews
#c7efdf text on a black background
contrast 16.84:1
Card sample
#c7efdf text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7efdf;
Background color
Panel with #c7efdf background
background-color: #c7efdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7efdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 239, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 239, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7efdf; background: linear-gradient(135deg, #c7efdf, #C7E4EF);