#71bacf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
113, 186, 207
HSL
193°, 50%, 63%
CMYK
45, 10, 0, 19
Luminance
0.4313
Every format
| HEX | #71bacf |
| RGB | rgb(113, 186, 207) |
| HSL | hsl(193, 50%, 63%) |
| CMYK | cmyk(45%, 10%, 0%, 19%) |
| LAB | lab(71.6 -17.3 -17.7) |
| LCH | lch(71.6 24.7 225.7) |
| OKLCH | oklch(0.749 0.079 218.2) |
Copy-ready code
/* CSS */
color: #71bacf;
background-color: #71bacf;
/* Tailwind (arbitrary) */
class="text-[#71bacf] bg-[#71bacf]"
/* SCSS */
$brand: #71bacf;
/* SwiftUI */
Color(red: 0.443, green: 0.729, blue: 0.812)
/* Android */
Color.parseColor("#71bacf")Accessibility — WCAG contrast
Aa
#71bacf on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71bacf on black: 9.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green72.9%
Blue81.2%
CMYK percentages
Cyan45.4%
Magenta10.1%
Yellow0.0%
Key (black)18.8%
Color previews
#71bacf text on a black background
contrast 9.63:1
Card sample
#71bacf text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71bacf;
Background color
Panel with #71bacf background
background-color: #71bacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71bacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 186, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 186, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71bacf; background: linear-gradient(135deg, #71bacf, #717BCF);