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