#71fcfd
a light, electric cyan · cool · closest name: cyan
RGB
113, 252, 253
HSL
180°, 97%, 72%
CMYK
55, 0, 0, 1
Luminance
0.8022
Every format
| HEX | #71fcfd |
| RGB | rgb(113, 252, 253) |
| HSL | hsl(180, 97%, 72%) |
| CMYK | cmyk(55%, 0%, 0%, 1%) |
| LAB | lab(91.8 -37.2 -11.9) |
| LCH | lch(91.8 39.1 197.8) |
| OKLCH | oklch(0.915 0.121 195.9) |
Copy-ready code
/* CSS */
color: #71fcfd;
background-color: #71fcfd;
/* Tailwind (arbitrary) */
class="text-[#71fcfd] bg-[#71fcfd]"
/* SCSS */
$brand: #71fcfd;
/* SwiftUI */
Color(red: 0.443, green: 0.988, blue: 0.992)
/* Android */
Color.parseColor("#71fcfd")Accessibility — WCAG contrast
Aa
#71fcfd on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71fcfd on black: 17.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green98.8%
Blue99.2%
CMYK percentages
Cyan55.3%
Magenta0.4%
Yellow0.0%
Key (black)0.8%
Color previews
#71fcfd text on a black background
contrast 17.04:1
Card sample
#71fcfd text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71fcfd;
Background color
Panel with #71fcfd background
background-color: #71fcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71fcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 252, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 252, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71fcfd; background: linear-gradient(135deg, #71fcfd, #719FFD);