#71afba
a balanced, soft cyan · cool · closest name: skyblue
RGB
113, 175, 186
HSL
189°, 35%, 59%
CMYK
39, 6, 0, 27
Luminance
0.3772
Every format
| HEX | #71afba |
| RGB | rgb(113, 175, 186) |
| HSL | hsl(189, 35%, 59%) |
| CMYK | cmyk(39%, 6%, 0%, 27%) |
| LAB | lab(67.8 -17.1 -11.9) |
| LCH | lch(67.8 20.8 214.9) |
| OKLCH | oklch(0.716 0.066 209.9) |
Copy-ready code
/* CSS */
color: #71afba;
background-color: #71afba;
/* Tailwind (arbitrary) */
class="text-[#71afba] bg-[#71afba]"
/* SCSS */
$brand: #71afba;
/* SwiftUI */
Color(red: 0.443, green: 0.686, blue: 0.729)
/* Android */
Color.parseColor("#71afba")Accessibility — WCAG contrast
Aa
#71afba on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71afba on black: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green68.6%
Blue72.9%
CMYK percentages
Cyan39.2%
Magenta5.9%
Yellow0.0%
Key (black)27.1%
Color previews
#71afba text on a black background
contrast 8.54:1
Card sample
#71afba text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71afba;
Background color
Panel with #71afba background
background-color: #71afba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71afba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 175, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 175, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71afba; background: linear-gradient(135deg, #71afba, #717EBA);