#71d2ac
a balanced, vivid green · cool · closest name: turquoise
RGB
113, 210, 172
HSL
157°, 52%, 63%
CMYK
46, 0, 18, 18
Luminance
0.5258
Every format
| HEX | #71d2ac |
| RGB | rgb(113, 210, 172) |
| HSL | hsl(157, 52%, 63%) |
| CMYK | cmyk(46%, 0%, 18%, 18%) |
| LAB | lab(77.6 -37.5 10.1) |
| LCH | lch(77.6 38.8 165.0) |
| OKLCH | oklch(0.794 0.108 166.2) |
Copy-ready code
/* CSS */
color: #71d2ac;
background-color: #71d2ac;
/* Tailwind (arbitrary) */
class="text-[#71d2ac] bg-[#71d2ac]"
/* SCSS */
$brand: #71d2ac;
/* SwiftUI */
Color(red: 0.443, green: 0.824, blue: 0.675)
/* Android */
Color.parseColor("#71d2ac")Accessibility — WCAG contrast
Aa
#71d2ac on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71d2ac on black: 11.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green82.4%
Blue67.5%
CMYK percentages
Cyan46.2%
Magenta0.0%
Yellow18.1%
Key (black)17.6%
Color previews
#71d2ac text on a black background
contrast 11.52:1
Card sample
#71d2ac text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71d2ac;
Background color
Panel with #71d2ac background
background-color: #71d2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71d2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 210, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 210, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71d2ac; background: linear-gradient(135deg, #71d2ac, #71B7D2);