#71fcdb
a light, electric cyan · cool · closest name: aquamarine
RGB
113, 252, 219
HSL
166°, 96%, 72%
CMYK
55, 0, 13, 1
Luminance
0.7825
Every format
| HEX | #71fcdb |
| RGB | rgb(113, 252, 219) |
| HSL | hsl(166, 96%, 72%) |
| CMYK | cmyk(55%, 0%, 13%, 1%) |
| LAB | lab(90.9 -45.6 4.4) |
| LCH | lch(90.9 45.8 174.5) |
| OKLCH | oklch(0.905 0.131 175.2) |
Copy-ready code
/* CSS */
color: #71fcdb;
background-color: #71fcdb;
/* Tailwind (arbitrary) */
class="text-[#71fcdb] bg-[#71fcdb]"
/* SCSS */
$brand: #71fcdb;
/* SwiftUI */
Color(red: 0.443, green: 0.988, blue: 0.859)
/* Android */
Color.parseColor("#71fcdb")Accessibility — WCAG contrast
Aa
#71fcdb on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71fcdb on black: 16.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green98.8%
Blue85.9%
CMYK percentages
Cyan55.2%
Magenta0.0%
Yellow13.1%
Key (black)1.2%
Color previews
#71fcdb text on a black background
contrast 16.65:1
Card sample
#71fcdb text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71fcdb;
Background color
Panel with #71fcdb background
background-color: #71fcdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71fcdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 252, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 252, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71fcdb; background: linear-gradient(135deg, #71fcdb, #71C0FC);