#c7ecaf
a light, vivid green · cool · closest name: khaki
RGB
199, 236, 175
HSL
96°, 62%, 81%
CMYK
16, 0, 26, 8
Luminance
0.7523
Every format
| HEX | #c7ecaf |
| RGB | rgb(199, 236, 175) |
| HSL | hsl(96, 62%, 81%) |
| CMYK | cmyk(16%, 0%, 26%, 8%) |
| LAB | lab(89.5 -22.8 25.7) |
| LCH | lch(89.5 34.4 131.5) |
| OKLCH | oklch(0.901 0.090 133.4) |
Copy-ready code
/* CSS */
color: #c7ecaf;
background-color: #c7ecaf;
/* Tailwind (arbitrary) */
class="text-[#c7ecaf] bg-[#c7ecaf]"
/* SCSS */
$brand: #c7ecaf;
/* SwiftUI */
Color(red: 0.780, green: 0.925, blue: 0.686)
/* Android */
Color.parseColor("#c7ecaf")Accessibility — WCAG contrast
Aa
#c7ecaf on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7ecaf on black: 16.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green92.5%
Blue68.6%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow25.8%
Key (black)7.5%
Color previews
#c7ecaf text on a black background
contrast 16.05:1
Card sample
#c7ecaf text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7ecaf;
Background color
Panel with #c7ecaf background
background-color: #c7ecaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7ecaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 236, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 236, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7ecaf; background: linear-gradient(135deg, #c7ecaf, #AFECC0);