#71aeaf
a balanced, soft cyan · cool · closest name: skyblue
RGB
113, 174, 175
HSL
181°, 28%, 57%
CMYK
35, 1, 0, 31
Luminance
0.3688
Every format
| HEX | #71aeaf |
| RGB | rgb(113, 174, 175) |
| HSL | hsl(181, 28%, 57%) |
| CMYK | cmyk(35%, 1%, 0%, 31%) |
| LAB | lab(67.2 -19.3 -6.8) |
| LCH | lch(67.2 20.5 199.3) |
| OKLCH | oklch(0.710 0.063 197.1) |
Copy-ready code
/* CSS */
color: #71aeaf;
background-color: #71aeaf;
/* Tailwind (arbitrary) */
class="text-[#71aeaf] bg-[#71aeaf]"
/* SCSS */
$brand: #71aeaf;
/* SwiftUI */
Color(red: 0.443, green: 0.682, blue: 0.686)
/* Android */
Color.parseColor("#71aeaf")Accessibility — WCAG contrast
Aa
#71aeaf on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71aeaf on black: 8.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green68.2%
Blue68.6%
CMYK percentages
Cyan35.4%
Magenta0.6%
Yellow0.0%
Key (black)31.4%
Color previews
#71aeaf text on a black background
contrast 8.38:1
Card sample
#71aeaf text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71aeaf;
Background color
Panel with #71aeaf background
background-color: #71aeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71aeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 174, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 174, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71aeaf; background: linear-gradient(135deg, #71aeaf, #7185AF);