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