#c5f577
a light, electric green · cool · closest name: khaki
RGB
197, 245, 119
HSL
83°, 86%, 71%
CMYK
20, 0, 51, 4
Luminance
0.7851
Every format
| HEX | #c5f577 |
| RGB | rgb(197, 245, 119) |
| HSL | hsl(83, 86%, 71%) |
| CMYK | cmyk(20%, 0%, 51%, 4%) |
| LAB | lab(91.0 -34.7 55.1) |
| LCH | lch(91.0 65.1 122.2) |
| OKLCH | oklch(0.910 0.163 126.7) |
Copy-ready code
/* CSS */
color: #c5f577;
background-color: #c5f577;
/* Tailwind (arbitrary) */
class="text-[#c5f577] bg-[#c5f577]"
/* SCSS */
$brand: #c5f577;
/* SwiftUI */
Color(red: 0.773, green: 0.961, blue: 0.467)
/* Android */
Color.parseColor("#c5f577")Accessibility — WCAG contrast
Aa
#c5f577 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5f577 on black: 16.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green96.1%
Blue46.7%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow51.4%
Key (black)3.9%
Color previews
#c5f577 text on a black background
contrast 16.70:1
Card sample
#c5f577 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5f577;
Background color
Panel with #c5f577 background
background-color: #c5f577;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5f577;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 245, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 245, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5f577; background: linear-gradient(135deg, #c5f577, #77F57D);