#71afdc
a light, vivid blue · cool · closest name: skyblue
RGB
113, 175, 220
HSL
205°, 61%, 65%
CMYK
49, 21, 0, 14
Luminance
0.3934
Every format
| HEX | #71afdc |
| RGB | rgb(113, 175, 220) |
| HSL | hsl(205, 61%, 65%) |
| CMYK | cmyk(49%, 21%, 0%, 14%) |
| LAB | lab(69.0 -7.8 -28.9) |
| LCH | lch(69.0 29.9 254.9) |
| OKLCH | oklch(0.729 0.092 241.1) |
Copy-ready code
/* CSS */
color: #71afdc;
background-color: #71afdc;
/* Tailwind (arbitrary) */
class="text-[#71afdc] bg-[#71afdc]"
/* SCSS */
$brand: #71afdc;
/* SwiftUI */
Color(red: 0.443, green: 0.686, blue: 0.863)
/* Android */
Color.parseColor("#71afdc")Accessibility — WCAG contrast
Aa
#71afdc on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71afdc on black: 8.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green68.6%
Blue86.3%
CMYK percentages
Cyan48.6%
Magenta20.5%
Yellow0.0%
Key (black)13.7%
Color previews
#71afdc text on a black background
contrast 8.87:1
Card sample
#71afdc text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71afdc;
Background color
Panel with #71afdc background
background-color: #71afdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71afdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 175, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 175, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71afdc; background: linear-gradient(135deg, #71afdc, #7A71DC);