#71afdf
a light, vivid blue · cool · closest name: skyblue
RGB
113, 175, 223
HSL
206°, 63%, 66%
CMYK
49, 22, 0, 13
Luminance
0.3950
Every format
| HEX | #71afdf |
| RGB | rgb(113, 175, 223) |
| HSL | hsl(206, 63%, 66%) |
| CMYK | cmyk(49%, 22%, 0%, 13%) |
| LAB | lab(69.1 -6.9 -30.3) |
| LCH | lch(69.1 31.1 257.1) |
| OKLCH | oklch(0.731 0.095 242.9) |
Copy-ready code
/* CSS */
color: #71afdf;
background-color: #71afdf;
/* Tailwind (arbitrary) */
class="text-[#71afdf] bg-[#71afdf]"
/* SCSS */
$brand: #71afdf;
/* SwiftUI */
Color(red: 0.443, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#71afdf")Accessibility — WCAG contrast
Aa
#71afdf on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71afdf on black: 8.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green68.6%
Blue87.5%
CMYK percentages
Cyan49.3%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#71afdf text on a black background
contrast 8.90:1
Card sample
#71afdf text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71afdf;
Background color
Panel with #71afdf background
background-color: #71afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71afdf; background: linear-gradient(135deg, #71afdf, #7C71DF);