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