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