#71aadc
a light, vivid blue · cool · closest name: steelblue
RGB
113, 170, 220
HSL
208°, 61%, 65%
CMYK
49, 23, 0, 14
Luminance
0.3743
Every format
| HEX | #71aadc |
| RGB | rgb(113, 170, 220) |
| HSL | hsl(208, 61%, 65%) |
| CMYK | cmyk(49%, 23%, 0%, 14%) |
| LAB | lab(67.6 -5.0 -31.0) |
| LCH | lch(67.6 31.4 260.8) |
| OKLCH | oklch(0.718 0.095 246.1) |
Copy-ready code
/* CSS */
color: #71aadc;
background-color: #71aadc;
/* Tailwind (arbitrary) */
class="text-[#71aadc] bg-[#71aadc]"
/* SCSS */
$brand: #71aadc;
/* SwiftUI */
Color(red: 0.443, green: 0.667, blue: 0.863)
/* Android */
Color.parseColor("#71aadc")Accessibility — WCAG contrast
Aa
#71aadc on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71aadc on black: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green66.7%
Blue86.3%
CMYK percentages
Cyan48.6%
Magenta22.7%
Yellow0.0%
Key (black)13.7%
Color previews
#71aadc text on a black background
contrast 8.49:1
Card sample
#71aadc text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71aadc;
Background color
Panel with #71aadc background
background-color: #71aadc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71aadc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 170, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 170, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71aadc; background: linear-gradient(135deg, #71aadc, #7F71DC);