#71bfd2
a balanced, vivid cyan · cool · closest name: skyblue
RGB
113, 191, 210
HSL
192°, 52%, 63%
CMYK
46, 9, 0, 18
Luminance
0.4543
Every format
| HEX | #71bfd2 |
| RGB | rgb(113, 191, 210) |
| HSL | hsl(192, 52%, 63%) |
| CMYK | cmyk(46%, 9%, 0%, 18%) |
| LAB | lab(73.2 -19.0 -17.0) |
| LCH | lch(73.2 25.5 221.8) |
| OKLCH | oklch(0.761 0.082 215.2) |
Copy-ready code
/* CSS */
color: #71bfd2;
background-color: #71bfd2;
/* Tailwind (arbitrary) */
class="text-[#71bfd2] bg-[#71bfd2]"
/* SCSS */
$brand: #71bfd2;
/* SwiftUI */
Color(red: 0.443, green: 0.749, blue: 0.824)
/* Android */
Color.parseColor("#71bfd2")Accessibility — WCAG contrast
Aa
#71bfd2 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71bfd2 on black: 10.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green74.9%
Blue82.4%
CMYK percentages
Cyan46.2%
Magenta9.0%
Yellow0.0%
Key (black)17.6%
Color previews
#71bfd2 text on a black background
contrast 10.09:1
Card sample
#71bfd2 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71bfd2;
Background color
Panel with #71bfd2 background
background-color: #71bfd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71bfd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 191, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 191, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71bfd2; background: linear-gradient(135deg, #71bfd2, #717ED2);