#71cace
a balanced, vivid cyan · cool · closest name: skyblue
RGB
113, 202, 206
HSL
183°, 49%, 63%
CMYK
45, 2, 0, 19
Luminance
0.5021
Every format
| HEX | #71cace |
| RGB | rgb(113, 202, 206) |
| HSL | hsl(183, 49%, 63%) |
| CMYK | cmyk(45%, 2%, 0%, 19%) |
| LAB | lab(76.2 -25.6 -10.3) |
| LCH | lch(76.2 27.6 201.9) |
| OKLCH | oklch(0.785 0.086 199.3) |
Copy-ready code
/* CSS */
color: #71cace;
background-color: #71cace;
/* Tailwind (arbitrary) */
class="text-[#71cace] bg-[#71cace]"
/* SCSS */
$brand: #71cace;
/* SwiftUI */
Color(red: 0.443, green: 0.792, blue: 0.808)
/* Android */
Color.parseColor("#71cace")Accessibility — WCAG contrast
Aa
#71cace on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71cace on black: 11.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green79.2%
Blue80.8%
CMYK percentages
Cyan45.1%
Magenta1.9%
Yellow0.0%
Key (black)19.2%
Color previews
#71cace text on a black background
contrast 11.04:1
Card sample
#71cace text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71cace;
Background color
Panel with #71cace background
background-color: #71cace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71cace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 202, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 202, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71cace; background: linear-gradient(135deg, #71cace, #718CCE);