#c5f113
a balanced, electric green · cool · closest name: yellow
RGB
197, 241, 19
HSL
72°, 89%, 51%
CMYK
18, 0, 92, 6
Luminance
0.7483
Every format
| HEX | #c5f113 |
| RGB | rgb(197, 241, 19) |
| HSL | hsl(72, 89%, 51%) |
| CMYK | cmyk(18%, 0%, 92%, 6%) |
| LAB | lab(89.3 -38.3 85.2) |
| LCH | lch(89.3 93.4 114.2) |
| OKLCH | oklch(0.895 0.215 122.1) |
Copy-ready code
/* CSS */
color: #c5f113;
background-color: #c5f113;
/* Tailwind (arbitrary) */
class="text-[#c5f113] bg-[#c5f113]"
/* SCSS */
$brand: #c5f113;
/* SwiftUI */
Color(red: 0.773, green: 0.945, blue: 0.075)
/* Android */
Color.parseColor("#c5f113")Accessibility — WCAG contrast
Aa
#c5f113 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5f113 on black: 15.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green94.5%
Blue7.5%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow92.1%
Key (black)5.5%
Color previews
#c5f113 text on a black background
contrast 15.97:1
Card sample
#c5f113 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5f113;
Background color
Panel with #c5f113 background
background-color: #c5f113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5f113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 241, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 241, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5f113; background: linear-gradient(135deg, #c5f113, #31F113);