#c6d99f
a light, soft green · cool · closest name: khaki
RGB
198, 217, 159
HSL
80°, 43%, 74%
CMYK
9, 0, 27, 15
Luminance
0.6413
Every format
| HEX | #c6d99f |
| RGB | rgb(198, 217, 159) |
| HSL | hsl(80, 43%, 74%) |
| CMYK | cmyk(9%, 0%, 27%, 15%) |
| LAB | lab(84.0 -16.2 26.5) |
| LCH | lch(84.0 31.1 121.3) |
| OKLCH | oklch(0.857 0.080 122.8) |
Copy-ready code
/* CSS */
color: #c6d99f;
background-color: #c6d99f;
/* Tailwind (arbitrary) */
class="text-[#c6d99f] bg-[#c6d99f]"
/* SCSS */
$brand: #c6d99f;
/* SwiftUI */
Color(red: 0.776, green: 0.851, blue: 0.624)
/* Android */
Color.parseColor("#c6d99f")Accessibility — WCAG contrast
Aa
#c6d99f on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6d99f on black: 13.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green85.1%
Blue62.4%
CMYK percentages
Cyan8.8%
Magenta0.0%
Yellow26.7%
Key (black)14.9%
Color previews
#c6d99f text on a black background
contrast 13.83:1
Card sample
#c6d99f text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6d99f;
Background color
Panel with #c6d99f background
background-color: #c6d99f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6d99f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 217, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 217, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6d99f; background: linear-gradient(135deg, #c6d99f, #9FD99F);