#71facf
a light, electric cyan · cool · closest name: aquamarine
RGB
113, 250, 207
HSL
161°, 93%, 71%
CMYK
55, 0, 17, 2
Luminance
0.7639
Every format
| HEX | #71facf |
| RGB | rgb(113, 250, 207) |
| HSL | hsl(161, 93%, 71%) |
| CMYK | cmyk(55%, 0%, 17%, 2%) |
| LAB | lab(90.0 -47.5 9.4) |
| LCH | lch(90.0 48.4 168.8) |
| OKLCH | oklch(0.897 0.136 169.8) |
Copy-ready code
/* CSS */
color: #71facf;
background-color: #71facf;
/* Tailwind (arbitrary) */
class="text-[#71facf] bg-[#71facf]"
/* SCSS */
$brand: #71facf;
/* SwiftUI */
Color(red: 0.443, green: 0.980, blue: 0.812)
/* Android */
Color.parseColor("#71facf")Accessibility — WCAG contrast
Aa
#71facf on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71facf on black: 16.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green98.0%
Blue81.2%
CMYK percentages
Cyan54.8%
Magenta0.0%
Yellow17.2%
Key (black)2.0%
Color previews
#71facf text on a black background
contrast 16.28:1
Card sample
#71facf text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71facf;
Background color
Panel with #71facf background
background-color: #71facf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71facf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 250, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 250, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71facf; background: linear-gradient(135deg, #71facf, #71CAFA);