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