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