#71cdff
a light, electric blue · cool · closest name: skyblue
RGB
113, 205, 255
HSL
201°, 100%, 72%
CMYK
56, 20, 0, 0
Luminance
0.5439
Every format
| HEX | #71cdff |
| RGB | rgb(113, 205, 255) |
| HSL | hsl(201, 100%, 72%) |
| CMYK | cmyk(56%, 20%, 0%, 0%) |
| LAB | lab(78.7 -13.6 -32.8) |
| LCH | lch(78.7 35.6 247.4) |
| OKLCH | oklch(0.810 0.113 234.3) |
Copy-ready code
/* CSS */
color: #71cdff;
background-color: #71cdff;
/* Tailwind (arbitrary) */
class="text-[#71cdff] bg-[#71cdff]"
/* SCSS */
$brand: #71cdff;
/* SwiftUI */
Color(red: 0.443, green: 0.804, blue: 1.000)
/* Android */
Color.parseColor("#71cdff")Accessibility — WCAG contrast
Aa
#71cdff on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71cdff on black: 11.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green80.4%
Blue100.0%
CMYK percentages
Cyan55.7%
Magenta19.6%
Yellow0.0%
Key (black)0.0%
Color previews
#71cdff text on a black background
contrast 11.88:1
Card sample
#71cdff text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71cdff;
Background color
Panel with #71cdff background
background-color: #71cdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71cdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 205, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 205, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71cdff; background: linear-gradient(135deg, #71cdff, #7471FF);