#c2ec6f
a light, electric green · cool · closest name: khaki
RGB
194, 236, 111
HSL
80°, 77%, 68%
CMYK
18, 0, 53, 8
Luminance
0.7261
Every format
| HEX | #c2ec6f |
| RGB | rgb(194, 236, 111) |
| HSL | hsl(80, 77%, 68%) |
| CMYK | cmyk(18%, 0%, 53%, 8%) |
| LAB | lab(88.3 -32.5 55.5) |
| LCH | lch(88.3 64.3 120.3) |
| OKLCH | oklch(0.888 0.160 125.0) |
Copy-ready code
/* CSS */
color: #c2ec6f;
background-color: #c2ec6f;
/* Tailwind (arbitrary) */
class="text-[#c2ec6f] bg-[#c2ec6f]"
/* SCSS */
$brand: #c2ec6f;
/* SwiftUI */
Color(red: 0.761, green: 0.925, blue: 0.435)
/* Android */
Color.parseColor("#c2ec6f")Accessibility — WCAG contrast
Aa
#c2ec6f on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2ec6f on black: 15.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green92.5%
Blue43.5%
CMYK percentages
Cyan17.8%
Magenta0.0%
Yellow53.0%
Key (black)7.5%
Color previews
#c2ec6f text on a black background
contrast 15.52:1
Card sample
#c2ec6f text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2ec6f;
Background color
Panel with #c2ec6f background
background-color: #c2ec6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2ec6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 236, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 236, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2ec6f; background: linear-gradient(135deg, #c2ec6f, #6FEC6F);