#73ecdf
a light, electric cyan · cool · closest name: turquoise
RGB
115, 236, 223
HSL
174°, 76%, 69%
CMYK
51, 0, 6, 8
Luminance
0.6896
Every format
| HEX | #73ecdf |
| RGB | rgb(115, 236, 223) |
| HSL | hsl(174, 76%, 69%) |
| CMYK | cmyk(51%, 0%, 6%, 8%) |
| LAB | lab(86.5 -37.1 -4.1) |
| LCH | lch(86.5 37.3 186.3) |
| OKLCH | oklch(0.870 0.111 186.0) |
Copy-ready code
/* CSS */
color: #73ecdf;
background-color: #73ecdf;
/* Tailwind (arbitrary) */
class="text-[#73ecdf] bg-[#73ecdf]"
/* SCSS */
$brand: #73ecdf;
/* SwiftUI */
Color(red: 0.451, green: 0.925, blue: 0.875)
/* Android */
Color.parseColor("#73ecdf")Accessibility — WCAG contrast
Aa
#73ecdf on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73ecdf on black: 14.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green92.5%
Blue87.5%
CMYK percentages
Cyan51.3%
Magenta0.0%
Yellow5.5%
Key (black)7.5%
Color previews
#73ecdf text on a black background
contrast 14.79:1
Card sample
#73ecdf text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73ecdf;
Background color
Panel with #73ecdf background
background-color: #73ecdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73ecdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 236, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 236, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73ecdf; background: linear-gradient(135deg, #73ecdf, #73A8EC);