#71f3bc
a light, electric green · cool · closest name: aquamarine
RGB
113, 243, 188
HSL
155°, 84%, 70%
CMYK
54, 0, 23, 5
Luminance
0.7124
Every format
| HEX | #71f3bc |
| RGB | rgb(113, 243, 188) |
| HSL | hsl(155, 84%, 70%) |
| CMYK | cmyk(54%, 0%, 23%, 5%) |
| LAB | lab(87.6 -48.6 15.8) |
| LCH | lch(87.6 51.1 162.0) |
| OKLCH | oklch(0.876 0.140 163.3) |
Copy-ready code
/* CSS */
color: #71f3bc;
background-color: #71f3bc;
/* Tailwind (arbitrary) */
class="text-[#71f3bc] bg-[#71f3bc]"
/* SCSS */
$brand: #71f3bc;
/* SwiftUI */
Color(red: 0.443, green: 0.953, blue: 0.737)
/* Android */
Color.parseColor("#71f3bc")Accessibility — WCAG contrast
Aa
#71f3bc on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71f3bc on black: 15.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green95.3%
Blue73.7%
CMYK percentages
Cyan53.5%
Magenta0.0%
Yellow22.6%
Key (black)4.7%
Color previews
#71f3bc text on a black background
contrast 15.25:1
Card sample
#71f3bc text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71f3bc;
Background color
Panel with #71f3bc background
background-color: #71f3bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71f3bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 243, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 243, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71f3bc; background: linear-gradient(135deg, #71f3bc, #71D3F3);