#71c5cf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
113, 197, 207
HSL
186°, 50%, 63%
CMYK
45, 5, 0, 19
Luminance
0.4795
Every format
| HEX | #71c5cf |
| RGB | rgb(113, 197, 207) |
| HSL | hsl(186, 50%, 63%) |
| CMYK | cmyk(45%, 5%, 0%, 19%) |
| LAB | lab(74.8 -22.9 -13.0) |
| LCH | lch(74.8 26.3 209.5) |
| OKLCH | oklch(0.774 0.083 205.5) |
Copy-ready code
/* CSS */
color: #71c5cf;
background-color: #71c5cf;
/* Tailwind (arbitrary) */
class="text-[#71c5cf] bg-[#71c5cf]"
/* SCSS */
$brand: #71c5cf;
/* SwiftUI */
Color(red: 0.443, green: 0.773, blue: 0.812)
/* Android */
Color.parseColor("#71c5cf")Accessibility — WCAG contrast
Aa
#71c5cf on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71c5cf on black: 10.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green77.3%
Blue81.2%
CMYK percentages
Cyan45.4%
Magenta4.8%
Yellow0.0%
Key (black)18.8%
Color previews
#71c5cf text on a black background
contrast 10.59:1
Card sample
#71c5cf text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71c5cf;
Background color
Panel with #71c5cf background
background-color: #71c5cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71c5cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 197, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 197, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71c5cf; background: linear-gradient(135deg, #71c5cf, #7186CF);