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