#c7ecc2
a light, vivid green · cool · closest name: beige
RGB
199, 236, 194
HSL
113°, 53%, 84%
CMYK
16, 0, 18, 8
Luminance
0.7603
Every format
| HEX | #c7ecc2 |
| RGB | rgb(199, 236, 194) |
| HSL | hsl(113, 53%, 84%) |
| CMYK | cmyk(16%, 0%, 18%, 8%) |
| LAB | lab(89.9 -19.7 16.4) |
| LCH | lch(89.9 25.7 140.2) |
| OKLCH | oklch(0.906 0.068 141.8) |
Copy-ready code
/* CSS */
color: #c7ecc2;
background-color: #c7ecc2;
/* Tailwind (arbitrary) */
class="text-[#c7ecc2] bg-[#c7ecc2]"
/* SCSS */
$brand: #c7ecc2;
/* SwiftUI */
Color(red: 0.780, green: 0.925, blue: 0.761)
/* Android */
Color.parseColor("#c7ecc2")Accessibility — WCAG contrast
Aa
#c7ecc2 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7ecc2 on black: 16.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green92.5%
Blue76.1%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow17.8%
Key (black)7.5%
Color previews
#c7ecc2 text on a black background
contrast 16.21:1
Card sample
#c7ecc2 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7ecc2;
Background color
Panel with #c7ecc2 background
background-color: #c7ecc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7ecc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 236, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 236, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7ecc2; background: linear-gradient(135deg, #c7ecc2, #C2ECD9);