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