#71cba3
a balanced, vivid green · cool · closest name: turquoise
RGB
113, 203, 163
HSL
153°, 46%, 62%
CMYK
44, 0, 20, 20
Luminance
0.4887
Every format
| HEX | #71cba3 |
| RGB | rgb(113, 203, 163) |
| HSL | hsl(153, 46%, 62%) |
| CMYK | cmyk(44%, 0%, 20%, 20%) |
| LAB | lab(75.4 -36.2 11.7) |
| LCH | lch(75.4 38.0 162.2) |
| OKLCH | oklch(0.775 0.105 163.5) |
Copy-ready code
/* CSS */
color: #71cba3;
background-color: #71cba3;
/* Tailwind (arbitrary) */
class="text-[#71cba3] bg-[#71cba3]"
/* SCSS */
$brand: #71cba3;
/* SwiftUI */
Color(red: 0.443, green: 0.796, blue: 0.639)
/* Android */
Color.parseColor("#71cba3")Accessibility — WCAG contrast
Aa
#71cba3 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71cba3 on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green79.6%
Blue63.9%
CMYK percentages
Cyan44.3%
Magenta0.0%
Yellow19.7%
Key (black)20.4%
Color previews
#71cba3 text on a black background
contrast 10.77:1
Card sample
#71cba3 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71cba3;
Background color
Panel with #71cba3 background
background-color: #71cba3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71cba3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 203, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 203, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71cba3; background: linear-gradient(135deg, #71cba3, #71B7CB);