#71b3af
a balanced, soft cyan · cool · closest name: skyblue
RGB
113, 179, 175
HSL
176°, 30%, 57%
CMYK
37, 0, 2, 30
Luminance
0.3885
Every format
| HEX | #71b3af |
| RGB | rgb(113, 179, 175) |
| HSL | hsl(176, 30%, 57%) |
| CMYK | cmyk(37%, 0%, 2%, 30%) |
| LAB | lab(68.6 -21.9 -4.6) |
| LCH | lch(68.6 22.4 191.9) |
| OKLCH | oklch(0.722 0.068 190.9) |
Copy-ready code
/* CSS */
color: #71b3af;
background-color: #71b3af;
/* Tailwind (arbitrary) */
class="text-[#71b3af] bg-[#71b3af]"
/* SCSS */
$brand: #71b3af;
/* SwiftUI */
Color(red: 0.443, green: 0.702, blue: 0.686)
/* Android */
Color.parseColor("#71b3af")Accessibility — WCAG contrast
Aa
#71b3af on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71b3af on black: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green70.2%
Blue68.6%
CMYK percentages
Cyan36.9%
Magenta0.0%
Yellow2.2%
Key (black)29.8%
Color previews
#71b3af text on a black background
contrast 8.77:1
Card sample
#71b3af text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71b3af;
Background color
Panel with #71b3af background
background-color: #71b3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71b3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 179, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 179, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71b3af; background: linear-gradient(135deg, #71b3af, #718BB3);