#71faeb
a light, electric cyan · cool · closest name: turquoise
RGB
113, 250, 235
HSL
173°, 93%, 71%
CMYK
55, 0, 6, 2
Luminance
0.7788
Every format
| HEX | #71faeb |
| RGB | rgb(113, 250, 235) |
| HSL | hsl(173, 93%, 71%) |
| CMYK | cmyk(55%, 0%, 6%, 2%) |
| LAB | lab(90.7 -40.9 -4.2) |
| LCH | lch(90.7 41.1 185.8) |
| OKLCH | oklch(0.905 0.122 185.6) |
Copy-ready code
/* CSS */
color: #71faeb;
background-color: #71faeb;
/* Tailwind (arbitrary) */
class="text-[#71faeb] bg-[#71faeb]"
/* SCSS */
$brand: #71faeb;
/* SwiftUI */
Color(red: 0.443, green: 0.980, blue: 0.922)
/* Android */
Color.parseColor("#71faeb")Accessibility — WCAG contrast
Aa
#71faeb on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71faeb on black: 16.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green98.0%
Blue92.2%
CMYK percentages
Cyan54.8%
Magenta0.0%
Yellow6.0%
Key (black)2.0%
Color previews
#71faeb text on a black background
contrast 16.58:1
Card sample
#71faeb text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71faeb;
Background color
Panel with #71faeb background
background-color: #71faeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71faeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 250, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 250, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71faeb; background: linear-gradient(135deg, #71faeb, #71AEFA);