#71dbff
a light, electric cyan · cool · closest name: skyblue
RGB
113, 219, 255
HSL
195°, 100%, 72%
CMYK
56, 14, 0, 0
Luminance
0.6139
Every format
| HEX | #71dbff |
| RGB | rgb(113, 219, 255) |
| HSL | hsl(195, 100%, 72%) |
| CMYK | cmyk(56%, 14%, 0%, 0%) |
| LAB | lab(82.6 -20.8 -26.9) |
| LCH | lch(82.6 34.0 232.2) |
| OKLCH | oklch(0.842 0.110 222.7) |
Copy-ready code
/* CSS */
color: #71dbff;
background-color: #71dbff;
/* Tailwind (arbitrary) */
class="text-[#71dbff] bg-[#71dbff]"
/* SCSS */
$brand: #71dbff;
/* SwiftUI */
Color(red: 0.443, green: 0.859, blue: 1.000)
/* Android */
Color.parseColor("#71dbff")Accessibility — WCAG contrast
Aa
#71dbff on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71dbff on black: 13.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green85.9%
Blue100.0%
CMYK percentages
Cyan55.7%
Magenta14.1%
Yellow0.0%
Key (black)0.0%
Color previews
#71dbff text on a black background
contrast 13.28:1
Card sample
#71dbff text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71dbff;
Background color
Panel with #71dbff background
background-color: #71dbff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71dbff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 219, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 219, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71dbff; background: linear-gradient(135deg, #71dbff, #717DFF);