#71eac8
a light, vivid cyan · cool · closest name: aquamarine
RGB
113, 234, 200
HSL
163°, 74%, 68%
CMYK
52, 0, 15, 8
Luminance
0.6653
Every format
| HEX | #71eac8 |
| RGB | rgb(113, 234, 200) |
| HSL | hsl(163, 74%, 68%) |
| CMYK | cmyk(52%, 0%, 15%, 8%) |
| LAB | lab(85.3 -42.1 6.2) |
| LCH | lch(85.3 42.5 171.6) |
| OKLCH | oklch(0.858 0.120 172.5) |
Copy-ready code
/* CSS */
color: #71eac8;
background-color: #71eac8;
/* Tailwind (arbitrary) */
class="text-[#71eac8] bg-[#71eac8]"
/* SCSS */
$brand: #71eac8;
/* SwiftUI */
Color(red: 0.443, green: 0.918, blue: 0.784)
/* Android */
Color.parseColor("#71eac8")Accessibility — WCAG contrast
Aa
#71eac8 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71eac8 on black: 14.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green91.8%
Blue78.4%
CMYK percentages
Cyan51.7%
Magenta0.0%
Yellow14.5%
Key (black)8.2%
Color previews
#71eac8 text on a black background
contrast 14.31:1
Card sample
#71eac8 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71eac8;
Background color
Panel with #71eac8 background
background-color: #71eac8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71eac8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 234, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 234, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71eac8; background: linear-gradient(135deg, #71eac8, #71BBEA);