#71f3ba
a light, electric green · cool · closest name: aquamarine
RGB
113, 243, 186
HSL
154°, 84%, 70%
CMYK
54, 0, 24, 5
Luminance
0.7116
Every format
| HEX | #71f3ba |
| RGB | rgb(113, 243, 186) |
| HSL | hsl(154, 84%, 70%) |
| CMYK | cmyk(54%, 0%, 24%, 5%) |
| LAB | lab(87.6 -49.0 16.7) |
| LCH | lch(87.6 51.8 161.1) |
| OKLCH | oklch(0.875 0.142 162.4) |
Copy-ready code
/* CSS */
color: #71f3ba;
background-color: #71f3ba;
/* Tailwind (arbitrary) */
class="text-[#71f3ba] bg-[#71f3ba]"
/* SCSS */
$brand: #71f3ba;
/* SwiftUI */
Color(red: 0.443, green: 0.953, blue: 0.729)
/* Android */
Color.parseColor("#71f3ba")Accessibility — WCAG contrast
Aa
#71f3ba on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71f3ba on black: 15.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green95.3%
Blue72.9%
CMYK percentages
Cyan53.5%
Magenta0.0%
Yellow23.5%
Key (black)4.7%
Color previews
#71f3ba text on a black background
contrast 15.23:1
Card sample
#71f3ba text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71f3ba;
Background color
Panel with #71f3ba background
background-color: #71f3ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71f3ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 243, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 243, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71f3ba; background: linear-gradient(135deg, #71f3ba, #71D5F3);