#71fd6c
a light, electric green · cool · closest name: lime
RGB
113, 253, 108
HSL
118°, 97%, 71%
CMYK
55, 0, 57, 1
Luminance
0.7484
Every format
| HEX | #71fd6c |
| RGB | rgb(113, 253, 108) |
| HSL | hsl(118, 97%, 71%) |
| CMYK | cmyk(55%, 0%, 57%, 1%) |
| LAB | lab(89.3 -65.3 57.1) |
| LCH | lch(89.3 86.7 138.9) |
| OKLCH | oklch(0.886 0.223 142.8) |
Copy-ready code
/* CSS */
color: #71fd6c;
background-color: #71fd6c;
/* Tailwind (arbitrary) */
class="text-[#71fd6c] bg-[#71fd6c]"
/* SCSS */
$brand: #71fd6c;
/* SwiftUI */
Color(red: 0.443, green: 0.992, blue: 0.424)
/* Android */
Color.parseColor("#71fd6c")Accessibility — WCAG contrast
Aa
#71fd6c on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71fd6c on black: 15.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green99.2%
Blue42.4%
CMYK percentages
Cyan55.3%
Magenta0.0%
Yellow57.3%
Key (black)0.8%
Color previews
#71fd6c text on a black background
contrast 15.97:1
Card sample
#71fd6c text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71fd6c;
Background color
Panel with #71fd6c background
background-color: #71fd6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71fd6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 253, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 253, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71fd6c; background: linear-gradient(135deg, #71fd6c, #6CFDC8);