#71baac
a balanced, soft cyan · cool · closest name: turquoise
RGB
113, 186, 172
HSL
169°, 35%, 59%
CMYK
39, 0, 8, 27
Luminance
0.4161
Every format
| HEX | #71baac |
| RGB | rgb(113, 186, 172) |
| HSL | hsl(169, 35%, 59%) |
| CMYK | cmyk(39%, 0%, 8%, 27%) |
| LAB | lab(70.6 -26.1 -0.1) |
| LCH | lch(70.6 26.1 180.2) |
| OKLCH | oklch(0.737 0.076 180.5) |
Copy-ready code
/* CSS */
color: #71baac;
background-color: #71baac;
/* Tailwind (arbitrary) */
class="text-[#71baac] bg-[#71baac]"
/* SCSS */
$brand: #71baac;
/* SwiftUI */
Color(red: 0.443, green: 0.729, blue: 0.675)
/* Android */
Color.parseColor("#71baac")Accessibility — WCAG contrast
Aa
#71baac on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71baac on black: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green72.9%
Blue67.5%
CMYK percentages
Cyan39.2%
Magenta0.0%
Yellow7.5%
Key (black)27.1%
Color previews
#71baac text on a black background
contrast 9.32:1
Card sample
#71baac text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71baac;
Background color
Panel with #71baac background
background-color: #71baac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71baac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 186, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 186, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71baac; background: linear-gradient(135deg, #71baac, #7197BA);