#c9f15c
a light, electric green · cool · closest name: yellow
RGB
201, 241, 92
HSL
76°, 84%, 65%
CMYK
17, 0, 62, 6
Luminance
0.7610
Every format
| HEX | #c9f15c |
| RGB | rgb(201, 241, 92) |
| HSL | hsl(76, 84%, 65%) |
| CMYK | cmyk(17%, 0%, 62%, 6%) |
| LAB | lab(89.9 -33.7 65.6) |
| LCH | lch(89.9 73.8 117.2) |
| OKLCH | oklch(0.901 0.179 122.8) |
Copy-ready code
/* CSS */
color: #c9f15c;
background-color: #c9f15c;
/* Tailwind (arbitrary) */
class="text-[#c9f15c] bg-[#c9f15c]"
/* SCSS */
$brand: #c9f15c;
/* SwiftUI */
Color(red: 0.788, green: 0.945, blue: 0.361)
/* Android */
Color.parseColor("#c9f15c")Accessibility — WCAG contrast
Aa
#c9f15c on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9f15c on black: 16.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green94.5%
Blue36.1%
CMYK percentages
Cyan16.6%
Magenta0.0%
Yellow61.8%
Key (black)5.5%
Color previews
#c9f15c text on a black background
contrast 16.22:1
Card sample
#c9f15c text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9f15c;
Background color
Panel with #c9f15c background
background-color: #c9f15c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9f15c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 241, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 241, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9f15c; background: linear-gradient(135deg, #c9f15c, #66F15C);