#71abce
a balanced, vivid blue · cool · closest name: skyblue
RGB
113, 171, 206
HSL
203°, 49%, 63%
CMYK
45, 17, 0, 19
Luminance
0.3709
Every format
| HEX | #71abce |
| RGB | rgb(113, 171, 206) |
| HSL | hsl(203, 49%, 63%) |
| CMYK | cmyk(45%, 17%, 0%, 19%) |
| LAB | lab(67.3 -9.6 -23.7) |
| LCH | lch(67.3 25.5 248.0) |
| OKLCH | oklch(0.715 0.079 235.9) |
Copy-ready code
/* CSS */
color: #71abce;
background-color: #71abce;
/* Tailwind (arbitrary) */
class="text-[#71abce] bg-[#71abce]"
/* SCSS */
$brand: #71abce;
/* SwiftUI */
Color(red: 0.443, green: 0.671, blue: 0.808)
/* Android */
Color.parseColor("#71abce")Accessibility — WCAG contrast
Aa
#71abce on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71abce on black: 8.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green67.1%
Blue80.8%
CMYK percentages
Cyan45.1%
Magenta17.0%
Yellow0.0%
Key (black)19.2%
Color previews
#71abce text on a black background
contrast 8.42:1
Card sample
#71abce text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71abce;
Background color
Panel with #71abce background
background-color: #71abce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71abce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 171, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 171, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71abce; background: linear-gradient(135deg, #71abce, #7571CE);