#71cccd
a balanced, vivid cyan · cool · closest name: skyblue
RGB
113, 204, 205
HSL
181°, 48%, 62%
CMYK
45, 1, 0, 20
Luminance
0.5110
Every format
| HEX | #71cccd |
| RGB | rgb(113, 204, 205) |
| HSL | hsl(181, 48%, 62%) |
| CMYK | cmyk(45%, 1%, 0%, 20%) |
| LAB | lab(76.7 -26.9 -9.0) |
| LCH | lch(76.7 28.3 198.4) |
| OKLCH | oklch(0.789 0.087 196.5) |
Copy-ready code
/* CSS */
color: #71cccd;
background-color: #71cccd;
/* Tailwind (arbitrary) */
class="text-[#71cccd] bg-[#71cccd]"
/* SCSS */
$brand: #71cccd;
/* SwiftUI */
Color(red: 0.443, green: 0.800, blue: 0.804)
/* Android */
Color.parseColor("#71cccd")Accessibility — WCAG contrast
Aa
#71cccd on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71cccd on black: 11.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green80.0%
Blue80.4%
CMYK percentages
Cyan44.9%
Magenta0.5%
Yellow0.0%
Key (black)19.6%
Color previews
#71cccd text on a black background
contrast 11.22:1
Card sample
#71cccd text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71cccd;
Background color
Panel with #71cccd background
background-color: #71cccd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71cccd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 204, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 204, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71cccd; background: linear-gradient(135deg, #71cccd, #718FCD);