#c6ebad
a light, vivid green · cool · closest name: khaki
RGB
198, 235, 173
HSL
96°, 61%, 80%
CMYK
16, 0, 26, 8
Luminance
0.7444
Every format
| HEX | #c6ebad |
| RGB | rgb(198, 235, 173) |
| HSL | hsl(96, 61%, 80%) |
| CMYK | cmyk(16%, 0%, 26%, 8%) |
| LAB | lab(89.1 -22.9 26.2) |
| LCH | lch(89.1 34.9 131.2) |
| OKLCH | oklch(0.898 0.091 133.1) |
Copy-ready code
/* CSS */
color: #c6ebad;
background-color: #c6ebad;
/* Tailwind (arbitrary) */
class="text-[#c6ebad] bg-[#c6ebad]"
/* SCSS */
$brand: #c6ebad;
/* SwiftUI */
Color(red: 0.776, green: 0.922, blue: 0.678)
/* Android */
Color.parseColor("#c6ebad")Accessibility — WCAG contrast
Aa
#c6ebad on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6ebad on black: 15.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green92.2%
Blue67.8%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow26.4%
Key (black)7.8%
Color previews
#c6ebad text on a black background
contrast 15.89:1
Card sample
#c6ebad text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6ebad;
Background color
Panel with #c6ebad background
background-color: #c6ebad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6ebad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 235, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 235, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6ebad; background: linear-gradient(135deg, #c6ebad, #ADEBBD);