#c5f199
a light, electric green · cool · closest name: khaki
RGB
197, 241, 153
HSL
90°, 76%, 77%
CMYK
18, 0, 37, 6
Luminance
0.7708
Every format
| HEX | #c5f199 |
| RGB | rgb(197, 241, 153) |
| HSL | hsl(90, 76%, 77%) |
| CMYK | cmyk(18%, 0%, 37%, 6%) |
| LAB | lab(90.4 -29.0 38.0) |
| LCH | lch(90.4 47.8 127.3) |
| OKLCH | oklch(0.907 0.123 130.1) |
Copy-ready code
/* CSS */
color: #c5f199;
background-color: #c5f199;
/* Tailwind (arbitrary) */
class="text-[#c5f199] bg-[#c5f199]"
/* SCSS */
$brand: #c5f199;
/* SwiftUI */
Color(red: 0.773, green: 0.945, blue: 0.600)
/* Android */
Color.parseColor("#c5f199")Accessibility — WCAG contrast
Aa
#c5f199 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5f199 on black: 16.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green94.5%
Blue60.0%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow36.5%
Key (black)5.5%
Color previews
#c5f199 text on a black background
contrast 16.42:1
Card sample
#c5f199 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5f199;
Background color
Panel with #c5f199 background
background-color: #c5f199;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5f199;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 241, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 241, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5f199; background: linear-gradient(135deg, #c5f199, #99F1A8);