#c6ecab
a light, vivid green · cool · closest name: khaki
RGB
198, 236, 171
HSL
95°, 63%, 80%
CMYK
16, 0, 28, 8
Luminance
0.7494
Every format
| HEX | #c6ecab |
| RGB | rgb(198, 236, 171) |
| HSL | hsl(95, 63%, 80%) |
| CMYK | cmyk(16%, 0%, 28%, 8%) |
| LAB | lab(89.4 -23.7 27.6) |
| LCH | lch(89.4 36.4 130.7) |
| OKLCH | oklch(0.900 0.095 132.7) |
Copy-ready code
/* CSS */
color: #c6ecab;
background-color: #c6ecab;
/* Tailwind (arbitrary) */
class="text-[#c6ecab] bg-[#c6ecab]"
/* SCSS */
$brand: #c6ecab;
/* SwiftUI */
Color(red: 0.776, green: 0.925, blue: 0.671)
/* Android */
Color.parseColor("#c6ecab")Accessibility — WCAG contrast
Aa
#c6ecab on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6ecab on black: 15.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green92.5%
Blue67.1%
CMYK percentages
Cyan16.1%
Magenta0.0%
Yellow27.5%
Key (black)7.5%
Color previews
#c6ecab text on a black background
contrast 15.99:1
Card sample
#c6ecab text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6ecab;
Background color
Panel with #c6ecab background
background-color: #c6ecab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6ecab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 236, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 236, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6ecab; background: linear-gradient(135deg, #c6ecab, #ABECBB);