#71afd3
a balanced, vivid blue · cool · closest name: skyblue
RGB
113, 175, 211
HSL
202°, 53%, 64%
CMYK
46, 17, 0, 17
Luminance
0.3887
Every format
| HEX | #71afd3 |
| RGB | rgb(113, 175, 211) |
| HSL | hsl(202, 53%, 64%) |
| CMYK | cmyk(46%, 17%, 0%, 17%) |
| LAB | lab(68.7 -10.3 -24.4) |
| LCH | lch(68.7 26.5 247.1) |
| OKLCH | oklch(0.726 0.083 235.0) |
Copy-ready code
/* CSS */
color: #71afd3;
background-color: #71afd3;
/* Tailwind (arbitrary) */
class="text-[#71afd3] bg-[#71afd3]"
/* SCSS */
$brand: #71afd3;
/* SwiftUI */
Color(red: 0.443, green: 0.686, blue: 0.827)
/* Android */
Color.parseColor("#71afd3")Accessibility — WCAG contrast
Aa
#71afd3 on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71afd3 on black: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green68.6%
Blue82.7%
CMYK percentages
Cyan46.4%
Magenta17.1%
Yellow0.0%
Key (black)17.3%
Color previews
#71afd3 text on a black background
contrast 8.77:1
Card sample
#71afd3 text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71afd3;
Background color
Panel with #71afd3 background
background-color: #71afd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71afd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 175, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 175, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71afd3; background: linear-gradient(135deg, #71afd3, #7471D3);