#71bccf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
113, 188, 207
HSL
192°, 50%, 63%
CMYK
45, 9, 0, 19
Luminance
0.4398
Every format
| HEX | #71bccf |
| RGB | rgb(113, 188, 207) |
| HSL | hsl(192, 50%, 63%) |
| CMYK | cmyk(45%, 9%, 0%, 19%) |
| LAB | lab(72.2 -18.3 -16.8) |
| LCH | lch(72.2 24.9 222.6) |
| OKLCH | oklch(0.753 0.079 215.8) |
Copy-ready code
/* CSS */
color: #71bccf;
background-color: #71bccf;
/* Tailwind (arbitrary) */
class="text-[#71bccf] bg-[#71bccf]"
/* SCSS */
$brand: #71bccf;
/* SwiftUI */
Color(red: 0.443, green: 0.737, blue: 0.812)
/* Android */
Color.parseColor("#71bccf")Accessibility — WCAG contrast
Aa
#71bccf on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71bccf on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green73.7%
Blue81.2%
CMYK percentages
Cyan45.4%
Magenta9.2%
Yellow0.0%
Key (black)18.8%
Color previews
#71bccf text on a black background
contrast 9.80:1
Card sample
#71bccf text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71bccf;
Background color
Panel with #71bccf background
background-color: #71bccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71bccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 188, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 188, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71bccf; background: linear-gradient(135deg, #71bccf, #717DCF);