#71fada
a light, electric cyan · cool · closest name: aquamarine
RGB
113, 250, 218
HSL
166°, 93%, 71%
CMYK
55, 0, 13, 2
Luminance
0.7694
Every format
| HEX | #71fada |
| RGB | rgb(113, 250, 218) |
| HSL | hsl(166, 93%, 71%) |
| CMYK | cmyk(55%, 0%, 13%, 2%) |
| LAB | lab(90.3 -45.0 4.0) |
| LCH | lch(90.3 45.1 174.9) |
| OKLCH | oklch(0.900 0.129 175.5) |
Copy-ready code
/* CSS */
color: #71fada;
background-color: #71fada;
/* Tailwind (arbitrary) */
class="text-[#71fada] bg-[#71fada]"
/* SCSS */
$brand: #71fada;
/* SwiftUI */
Color(red: 0.443, green: 0.980, blue: 0.855)
/* Android */
Color.parseColor("#71fada")Accessibility — WCAG contrast
Aa
#71fada on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71fada on black: 16.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green98.0%
Blue85.5%
CMYK percentages
Cyan54.8%
Magenta0.0%
Yellow12.8%
Key (black)2.0%
Color previews
#71fada text on a black background
contrast 16.39:1
Card sample
#71fada text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71fada;
Background color
Panel with #71fada background
background-color: #71fada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71fada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 250, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 250, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71fada; background: linear-gradient(135deg, #71fada, #71BFFA);