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