#71cccf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
113, 204, 207
HSL
182°, 50%, 63%
CMYK
45, 1, 0, 19
Luminance
0.5120
Every format
| HEX | #71cccf |
| RGB | rgb(113, 204, 207) |
| HSL | hsl(182, 50%, 63%) |
| CMYK | cmyk(45%, 1%, 0%, 19%) |
| LAB | lab(76.8 -26.4 -9.9) |
| LCH | lch(76.8 28.2 200.7) |
| OKLCH | oklch(0.790 0.087 198.3) |
Copy-ready code
/* CSS */
color: #71cccf;
background-color: #71cccf;
/* Tailwind (arbitrary) */
class="text-[#71cccf] bg-[#71cccf]"
/* SCSS */
$brand: #71cccf;
/* SwiftUI */
Color(red: 0.443, green: 0.800, blue: 0.812)
/* Android */
Color.parseColor("#71cccf")Accessibility — WCAG contrast
Aa
#71cccf on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71cccf on black: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green80.0%
Blue81.2%
CMYK percentages
Cyan45.4%
Magenta1.4%
Yellow0.0%
Key (black)18.8%
Color previews
#71cccf text on a black background
contrast 11.24:1
Card sample
#71cccf text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71cccf;
Background color
Panel with #71cccf background
background-color: #71cccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71cccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 204, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 204, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71cccf; background: linear-gradient(135deg, #71cccf, #718DCF);