#71cdfd
a light, electric blue · cool · closest name: skyblue
RGB
113, 205, 253
HSL
201°, 97%, 72%
CMYK
55, 19, 0, 1
Luminance
0.5427
Every format
| HEX | #71cdfd |
| RGB | rgb(113, 205, 253) |
| HSL | hsl(201, 97%, 72%) |
| CMYK | cmyk(55%, 19%, 0%, 1%) |
| LAB | lab(78.6 -14.2 -31.9) |
| LCH | lch(78.6 34.9 246.0) |
| OKLCH | oklch(0.810 0.111 233.2) |
Copy-ready code
/* CSS */
color: #71cdfd;
background-color: #71cdfd;
/* Tailwind (arbitrary) */
class="text-[#71cdfd] bg-[#71cdfd]"
/* SCSS */
$brand: #71cdfd;
/* SwiftUI */
Color(red: 0.443, green: 0.804, blue: 0.992)
/* Android */
Color.parseColor("#71cdfd")Accessibility — WCAG contrast
Aa
#71cdfd on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71cdfd on black: 11.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green80.4%
Blue99.2%
CMYK percentages
Cyan55.3%
Magenta19.0%
Yellow0.0%
Key (black)0.8%
Color previews
#71cdfd text on a black background
contrast 11.85:1
Card sample
#71cdfd text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71cdfd;
Background color
Panel with #71cdfd background
background-color: #71cdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71cdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 205, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 205, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71cdfd; background: linear-gradient(135deg, #71cdfd, #7371FD);