#71f0eb
a light, electric cyan · cool · closest name: turquoise
RGB
113, 240, 235
HSL
178°, 81%, 69%
CMYK
53, 0, 2, 6
Luminance
0.7183
Every format
| HEX | #71f0eb |
| RGB | rgb(113, 240, 235) |
| HSL | hsl(178, 81%, 69%) |
| CMYK | cmyk(53%, 0%, 2%, 6%) |
| LAB | lab(87.9 -36.3 -8.3) |
| LCH | lch(87.9 37.3 192.9) |
| OKLCH | oklch(0.882 0.113 191.8) |
Copy-ready code
/* CSS */
color: #71f0eb;
background-color: #71f0eb;
/* Tailwind (arbitrary) */
class="text-[#71f0eb] bg-[#71f0eb]"
/* SCSS */
$brand: #71f0eb;
/* SwiftUI */
Color(red: 0.443, green: 0.941, blue: 0.922)
/* Android */
Color.parseColor("#71f0eb")Accessibility — WCAG contrast
Aa
#71f0eb on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71f0eb on black: 15.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green94.1%
Blue92.2%
CMYK percentages
Cyan52.9%
Magenta0.0%
Yellow2.1%
Key (black)5.9%
Color previews
#71f0eb text on a black background
contrast 15.37:1
Card sample
#71f0eb text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71f0eb;
Background color
Panel with #71f0eb background
background-color: #71f0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71f0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 240, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 240, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71f0eb; background: linear-gradient(135deg, #71f0eb, #71A0F0);