#c2d36f
a balanced, vivid green · cool · closest name: khaki
RGB
194, 211, 111
HSL
70°, 53%, 63%
CMYK
8, 0, 47, 17
Luminance
0.5921
Every format
| HEX | #c2d36f |
| RGB | rgb(194, 211, 111) |
| HSL | hsl(70, 53%, 63%) |
| CMYK | cmyk(8%, 0%, 47%, 17%) |
| LAB | lab(81.4 -20.5 47.3) |
| LCH | lch(81.4 51.5 113.5) |
| OKLCH | oklch(0.833 0.127 117.2) |
Copy-ready code
/* CSS */
color: #c2d36f;
background-color: #c2d36f;
/* Tailwind (arbitrary) */
class="text-[#c2d36f] bg-[#c2d36f]"
/* SCSS */
$brand: #c2d36f;
/* SwiftUI */
Color(red: 0.761, green: 0.827, blue: 0.435)
/* Android */
Color.parseColor("#c2d36f")Accessibility — WCAG contrast
Aa
#c2d36f on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2d36f on black: 12.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green82.7%
Blue43.5%
CMYK percentages
Cyan8.1%
Magenta0.0%
Yellow47.4%
Key (black)17.3%
Color previews
#c2d36f text on a black background
contrast 12.84:1
Card sample
#c2d36f text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2d36f;
Background color
Panel with #c2d36f background
background-color: #c2d36f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2d36f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 211, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 211, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2d36f; background: linear-gradient(135deg, #c2d36f, #7FD36F);