#71afdb
a light, vivid blue · cool · closest name: skyblue
RGB
113, 175, 219
HSL
205°, 60%, 65%
CMYK
48, 20, 0, 14
Luminance
0.3929
Every format
| HEX | #71afdb |
| RGB | rgb(113, 175, 219) |
| HSL | hsl(205, 60%, 65%) |
| CMYK | cmyk(48%, 20%, 0%, 14%) |
| LAB | lab(69.0 -8.1 -28.4) |
| LCH | lch(69.0 29.5 254.1) |
| OKLCH | oklch(0.729 0.091 240.5) |
Copy-ready code
/* CSS */
color: #71afdb;
background-color: #71afdb;
/* Tailwind (arbitrary) */
class="text-[#71afdb] bg-[#71afdb]"
/* SCSS */
$brand: #71afdb;
/* SwiftUI */
Color(red: 0.443, green: 0.686, blue: 0.859)
/* Android */
Color.parseColor("#71afdb")Accessibility — WCAG contrast
Aa
#71afdb on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71afdb on black: 8.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green68.6%
Blue85.9%
CMYK percentages
Cyan48.4%
Magenta20.1%
Yellow0.0%
Key (black)14.1%
Color previews
#71afdb text on a black background
contrast 8.86:1
Card sample
#71afdb text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71afdb;
Background color
Panel with #71afdb background
background-color: #71afdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71afdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 175, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 175, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71afdb; background: linear-gradient(135deg, #71afdb, #7A71DB);