#71b2ce
a balanced, vivid cyan · cool · closest name: skyblue
RGB
113, 178, 206
HSL
198°, 49%, 63%
CMYK
45, 14, 0, 19
Luminance
0.3981
Every format
| HEX | #71b2ce |
| RGB | rgb(113, 178, 206) |
| HSL | hsl(198, 49%, 63%) |
| CMYK | cmyk(45%, 14%, 0%, 19%) |
| LAB | lab(69.3 -13.3 -20.7) |
| LCH | lch(69.3 24.6 237.2) |
| OKLCH | oklch(0.730 0.078 227.2) |
Copy-ready code
/* CSS */
color: #71b2ce;
background-color: #71b2ce;
/* Tailwind (arbitrary) */
class="text-[#71b2ce] bg-[#71b2ce]"
/* SCSS */
$brand: #71b2ce;
/* SwiftUI */
Color(red: 0.443, green: 0.698, blue: 0.808)
/* Android */
Color.parseColor("#71b2ce")Accessibility — WCAG contrast
Aa
#71b2ce on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71b2ce on black: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green69.8%
Blue80.8%
CMYK percentages
Cyan45.1%
Magenta13.6%
Yellow0.0%
Key (black)19.2%
Color previews
#71b2ce text on a black background
contrast 8.96:1
Card sample
#71b2ce text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71b2ce;
Background color
Panel with #71b2ce background
background-color: #71b2ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71b2ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 178, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 178, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71b2ce; background: linear-gradient(135deg, #71b2ce, #7174CE);