#c2d699
a light, soft green · cool · closest name: khaki
RGB
194, 214, 153
HSL
80°, 43%, 72%
CMYK
9, 0, 29, 16
Luminance
0.6186
Every format
| HEX | #c2d699 |
| RGB | rgb(194, 214, 153) |
| HSL | hsl(80, 43%, 72%) |
| CMYK | cmyk(9%, 0%, 29%, 16%) |
| LAB | lab(82.8 -17.0 28.0) |
| LCH | lch(82.8 32.7 121.3) |
| OKLCH | oklch(0.846 0.084 122.9) |
Copy-ready code
/* CSS */
color: #c2d699;
background-color: #c2d699;
/* Tailwind (arbitrary) */
class="text-[#c2d699] bg-[#c2d699]"
/* SCSS */
$brand: #c2d699;
/* SwiftUI */
Color(red: 0.761, green: 0.839, blue: 0.600)
/* Android */
Color.parseColor("#c2d699")Accessibility — WCAG contrast
Aa
#c2d699 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2d699 on black: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green83.9%
Blue60.0%
CMYK percentages
Cyan9.3%
Magenta0.0%
Yellow28.5%
Key (black)16.1%
Color previews
#c2d699 text on a black background
contrast 13.37:1
Card sample
#c2d699 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2d699;
Background color
Panel with #c2d699 background
background-color: #c2d699;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2d699;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 214, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 214, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2d699; background: linear-gradient(135deg, #c2d699, #99D699);