#71ebdb
a light, electric cyan · cool · closest name: turquoise
RGB
113, 235, 219
HSL
172°, 75%, 68%
CMYK
52, 0, 7, 8
Luminance
0.6804
Every format
| HEX | #71ebdb |
| RGB | rgb(113, 235, 219) |
| HSL | hsl(172, 75%, 68%) |
| CMYK | cmyk(52%, 0%, 7%, 8%) |
| LAB | lab(86.0 -38.0 -2.7) |
| LCH | lch(86.0 38.1 184.1) |
| OKLCH | oklch(0.866 0.113 184.0) |
Copy-ready code
/* CSS */
color: #71ebdb;
background-color: #71ebdb;
/* Tailwind (arbitrary) */
class="text-[#71ebdb] bg-[#71ebdb]"
/* SCSS */
$brand: #71ebdb;
/* SwiftUI */
Color(red: 0.443, green: 0.922, blue: 0.859)
/* Android */
Color.parseColor("#71ebdb")Accessibility — WCAG contrast
Aa
#71ebdb on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#71ebdb on black: 14.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green92.2%
Blue85.9%
CMYK percentages
Cyan51.9%
Magenta0.0%
Yellow6.8%
Key (black)7.8%
Color previews
#71ebdb text on a black background
contrast 14.61:1
Card sample
#71ebdb text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #71ebdb;
Background color
Panel with #71ebdb background
background-color: #71ebdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #71ebdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 235, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 235, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #71ebdb; background: linear-gradient(135deg, #71ebdb, #71AAEB);