#73c5af
a balanced, soft cyan · cool · closest name: turquoise
RGB
115, 197, 175
HSL
164°, 41%, 61%
CMYK
42, 0, 11, 23
Luminance
0.4667
Every format
| HEX | #73c5af |
| RGB | rgb(115, 197, 175) |
| HSL | hsl(164, 41%, 61%) |
| CMYK | cmyk(42%, 0%, 11%, 23%) |
| LAB | lab(74.0 -30.2 3.2) |
| LCH | lch(74.0 30.4 173.9) |
| OKLCH | oklch(0.765 0.087 174.7) |
Copy-ready code
/* CSS */
color: #73c5af;
background-color: #73c5af;
/* Tailwind (arbitrary) */
class="text-[#73c5af] bg-[#73c5af]"
/* SCSS */
$brand: #73c5af;
/* SwiftUI */
Color(red: 0.451, green: 0.773, blue: 0.686)
/* Android */
Color.parseColor("#73c5af")Accessibility — WCAG contrast
Aa
#73c5af on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73c5af on black: 10.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green77.3%
Blue68.6%
CMYK percentages
Cyan41.6%
Magenta0.0%
Yellow11.2%
Key (black)22.7%
Color previews
#73c5af text on a black background
contrast 10.33:1
Card sample
#73c5af text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73c5af;
Background color
Panel with #73c5af background
background-color: #73c5af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73c5af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 197, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 197, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73c5af; background: linear-gradient(135deg, #73c5af, #73A4C5);