#71f8cf
a light, electric cyan · cool · closest name: aquamarine
RGB
113, 248, 207
HSL
162°, 91%, 71%
CMYK
54, 0, 17, 3
Luminance
0.7515
Every format
| HEX | #71f8cf |
| RGB | rgb(113, 248, 207) |
| HSL | hsl(162, 91%, 71%) |
| CMYK | cmyk(54%, 0%, 17%, 3%) |
| LAB | lab(89.5 -46.6 8.6) |
| LCH | lch(89.5 47.4 169.6) |
| OKLCH | oklch(0.892 0.133 170.5) |
Copy-ready code
/* CSS */
color: #71f8cf;
background-color: #71f8cf;
/* Tailwind (arbitrary) */
class="text-[#71f8cf] bg-[#71f8cf]"
/* SCSS */
$brand: #71f8cf;
/* SwiftUI */
Color(red: 0.443, green: 0.973, blue: 0.812)
/* Android */
Color.parseColor("#71f8cf")Accessibility — WCAG contrast
Aa
#71f8cf on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71f8cf on black: 16.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green97.3%
Blue81.2%
CMYK percentages
Cyan54.4%
Magenta0.0%
Yellow16.5%
Key (black)2.7%
Color previews
#71f8cf text on a black background
contrast 16.03:1
Card sample
#71f8cf text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71f8cf;
Background color
Panel with #71f8cf background
background-color: #71f8cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71f8cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 248, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 248, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71f8cf; background: linear-gradient(135deg, #71f8cf, #71C7F8);