#71dfba
a light, vivid green · cool · closest name: aquamarine
RGB
113, 223, 186
HSL
160°, 63%, 66%
CMYK
49, 0, 17, 13
Luminance
0.5983
Every format
| HEX | #71dfba |
| RGB | rgb(113, 223, 186) |
| HSL | hsl(160, 63%, 66%) |
| CMYK | cmyk(49%, 0%, 17%, 13%) |
| LAB | lab(81.7 -40.3 8.5) |
| LCH | lch(81.7 41.2 168.1) |
| OKLCH | oklch(0.828 0.116 169.1) |
Copy-ready code
/* CSS */
color: #71dfba;
background-color: #71dfba;
/* Tailwind (arbitrary) */
class="text-[#71dfba] bg-[#71dfba]"
/* SCSS */
$brand: #71dfba;
/* SwiftUI */
Color(red: 0.443, green: 0.875, blue: 0.729)
/* Android */
Color.parseColor("#71dfba")Accessibility — WCAG contrast
Aa
#71dfba on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71dfba on black: 12.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green87.5%
Blue72.9%
CMYK percentages
Cyan49.3%
Magenta0.0%
Yellow16.6%
Key (black)12.5%
Color previews
#71dfba text on a black background
contrast 12.97:1
Card sample
#71dfba text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71dfba;
Background color
Panel with #71dfba background
background-color: #71dfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71dfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 223, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 223, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71dfba; background: linear-gradient(135deg, #71dfba, #71BBDF);