#71cf09
a dark, electric green · cool · closest name: lime
RGB
113, 207, 9
HSL
89°, 92%, 42%
CMYK
45, 0, 96, 19
Luminance
0.4816
Every format
| HEX | #71cf09 |
| RGB | rgb(113, 207, 9) |
| HSL | hsl(89, 92%, 42%) |
| CMYK | cmyk(45%, 0%, 96%, 19%) |
| LAB | lab(74.9 -54.6 72.9) |
| LCH | lch(74.9 91.1 126.8) |
| OKLCH | oklch(0.766 0.220 134.5) |
Copy-ready code
/* CSS */
color: #71cf09;
background-color: #71cf09;
/* Tailwind (arbitrary) */
class="text-[#71cf09] bg-[#71cf09]"
/* SCSS */
$brand: #71cf09;
/* SwiftUI */
Color(red: 0.443, green: 0.812, blue: 0.035)
/* Android */
Color.parseColor("#71cf09")Accessibility — WCAG contrast
Aa
#71cf09 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71cf09 on black: 10.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green81.2%
Blue3.5%
CMYK percentages
Cyan45.4%
Magenta0.0%
Yellow95.7%
Key (black)18.8%
Color previews
#71cf09 text on a black background
contrast 10.63:1
Card sample
#71cf09 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71cf09;
Background color
Panel with #71cf09 background
background-color: #71cf09;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71cf09;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 207, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 207, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71cf09; background: linear-gradient(135deg, #71cf09, #09CF25);