#73c2af
a balanced, soft cyan · cool · closest name: turquoise
RGB
115, 194, 175
HSL
166°, 39%, 61%
CMYK
41, 0, 10, 24
Luminance
0.4532
Every format
| HEX | #73c2af |
| RGB | rgb(115, 194, 175) |
| HSL | hsl(166, 39%, 61%) |
| CMYK | cmyk(41%, 0%, 10%, 24%) |
| LAB | lab(73.1 -28.8 1.9) |
| LCH | lch(73.1 28.9 176.1) |
| OKLCH | oklch(0.758 0.083 176.8) |
Copy-ready code
/* CSS */
color: #73c2af;
background-color: #73c2af;
/* Tailwind (arbitrary) */
class="text-[#73c2af] bg-[#73c2af]"
/* SCSS */
$brand: #73c2af;
/* SwiftUI */
Color(red: 0.451, green: 0.761, blue: 0.686)
/* Android */
Color.parseColor("#73c2af")Accessibility — WCAG contrast
Aa
#73c2af on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73c2af on black: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green76.1%
Blue68.6%
CMYK percentages
Cyan40.7%
Magenta0.0%
Yellow9.8%
Key (black)23.9%
Color previews
#73c2af text on a black background
contrast 10.06:1
Card sample
#73c2af text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73c2af;
Background color
Panel with #73c2af background
background-color: #73c2af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73c2af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 194, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 194, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73c2af; background: linear-gradient(135deg, #73c2af, #73A0C2);