#71b097
a balanced, soft green · cool · closest name: teal
RGB
113, 176, 151
HSL
156°, 29%, 57%
CMYK
36, 0, 14, 31
Luminance
0.3680
Every format
| HEX | #71b097 |
| RGB | rgb(113, 176, 151) |
| HSL | hsl(156, 29%, 57%) |
| CMYK | cmyk(36%, 0%, 14%, 31%) |
| LAB | lab(67.1 -25.9 6.4) |
| LCH | lch(67.1 26.7 166.0) |
| OKLCH | oklch(0.707 0.075 167.3) |
Copy-ready code
/* CSS */
color: #71b097;
background-color: #71b097;
/* Tailwind (arbitrary) */
class="text-[#71b097] bg-[#71b097]"
/* SCSS */
$brand: #71b097;
/* SwiftUI */
Color(red: 0.443, green: 0.690, blue: 0.592)
/* Android */
Color.parseColor("#71b097")Accessibility — WCAG contrast
Aa
#71b097 on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71b097 on black: 8.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green69.0%
Blue59.2%
CMYK percentages
Cyan35.8%
Magenta0.0%
Yellow14.2%
Key (black)31.0%
Color previews
#71b097 text on a black background
contrast 8.36:1
Card sample
#71b097 text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71b097;
Background color
Panel with #71b097 background
background-color: #71b097;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71b097;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 176, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 176, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71b097; background: linear-gradient(135deg, #71b097, #719FB0);