#71fdac
a light, electric green · cool · closest name: aquamarine
RGB
113, 253, 172
HSL
145°, 97%, 72%
CMYK
55, 0, 32, 1
Luminance
0.7674
Every format
| HEX | #71fdac |
| RGB | rgb(113, 253, 172) |
| HSL | hsl(145, 97%, 72%) |
| CMYK | cmyk(55%, 0%, 32%, 1%) |
| LAB | lab(90.2 -55.8 27.6) |
| LCH | lch(90.2 62.2 153.7) |
| OKLCH | oklch(0.896 0.167 155.4) |
Copy-ready code
/* CSS */
color: #71fdac;
background-color: #71fdac;
/* Tailwind (arbitrary) */
class="text-[#71fdac] bg-[#71fdac]"
/* SCSS */
$brand: #71fdac;
/* SwiftUI */
Color(red: 0.443, green: 0.992, blue: 0.675)
/* Android */
Color.parseColor("#71fdac")Accessibility — WCAG contrast
Aa
#71fdac on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71fdac on black: 16.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green99.2%
Blue67.5%
CMYK percentages
Cyan55.3%
Magenta0.0%
Yellow32.0%
Key (black)0.8%
Color previews
#71fdac text on a black background
contrast 16.35:1
Card sample
#71fdac text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71fdac;
Background color
Panel with #71fdac background
background-color: #71fdac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71fdac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 253, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 253, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71fdac; background: linear-gradient(135deg, #71fdac, #71F1FD);