#71cfff
a light, electric blue · cool · closest name: skyblue
RGB
113, 207, 255
HSL
200°, 100%, 72%
CMYK
56, 19, 0, 0
Luminance
0.5536
Every format
| HEX | #71cfff |
| RGB | rgb(113, 207, 255) |
| HSL | hsl(200, 100%, 72%) |
| CMYK | cmyk(56%, 19%, 0%, 0%) |
| LAB | lab(79.2 -14.7 -32.0) |
| LCH | lch(79.2 35.2 245.3) |
| OKLCH | oklch(0.815 0.112 232.7) |
Copy-ready code
/* CSS */
color: #71cfff;
background-color: #71cfff;
/* Tailwind (arbitrary) */
class="text-[#71cfff] bg-[#71cfff]"
/* SCSS */
$brand: #71cfff;
/* SwiftUI */
Color(red: 0.443, green: 0.812, blue: 1.000)
/* Android */
Color.parseColor("#71cfff")Accessibility — WCAG contrast
Aa
#71cfff on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71cfff on black: 12.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green81.2%
Blue100.0%
CMYK percentages
Cyan55.7%
Magenta18.8%
Yellow0.0%
Key (black)0.0%
Color previews
#71cfff text on a black background
contrast 12.07:1
Card sample
#71cfff text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71cfff;
Background color
Panel with #71cfff background
background-color: #71cfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71cfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 207, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 207, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71cfff; background: linear-gradient(135deg, #71cfff, #7271FF);