#71afb3
a balanced, soft cyan · cool · closest name: skyblue
RGB
113, 175, 179
HSL
184°, 30%, 57%
CMYK
37, 2, 0, 30
Luminance
0.3743
Every format
| HEX | #71afb3 |
| RGB | rgb(113, 175, 179) |
| HSL | hsl(184, 30%, 57%) |
| CMYK | cmyk(37%, 2%, 0%, 30%) |
| LAB | lab(67.6 -18.9 -8.4) |
| LCH | lch(67.6 20.6 203.9) |
| OKLCH | oklch(0.714 0.064 201.0) |
Copy-ready code
/* CSS */
color: #71afb3;
background-color: #71afb3;
/* Tailwind (arbitrary) */
class="text-[#71afb3] bg-[#71afb3]"
/* SCSS */
$brand: #71afb3;
/* SwiftUI */
Color(red: 0.443, green: 0.686, blue: 0.702)
/* Android */
Color.parseColor("#71afb3")Accessibility — WCAG contrast
Aa
#71afb3 on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71afb3 on black: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green68.6%
Blue70.2%
CMYK percentages
Cyan36.9%
Magenta2.2%
Yellow0.0%
Key (black)29.8%
Color previews
#71afb3 text on a black background
contrast 8.49:1
Card sample
#71afb3 text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71afb3;
Background color
Panel with #71afb3 background
background-color: #71afb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71afb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 175, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 175, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71afb3; background: linear-gradient(135deg, #71afb3, #7183B3);