#73af9b
a balanced, soft cyan · cool · closest name: teal
RGB
115, 175, 155
HSL
160°, 27%, 57%
CMYK
34, 0, 11, 31
Luminance
0.3667
Every format
| HEX | #73af9b |
| RGB | rgb(115, 175, 155) |
| HSL | hsl(160, 27%, 57%) |
| CMYK | cmyk(34%, 0%, 11%, 31%) |
| LAB | lab(67.0 -23.9 4.1) |
| LCH | lch(67.0 24.3 170.3) |
| OKLCH | oklch(0.707 0.069 171.3) |
Copy-ready code
/* CSS */
color: #73af9b;
background-color: #73af9b;
/* Tailwind (arbitrary) */
class="text-[#73af9b] bg-[#73af9b]"
/* SCSS */
$brand: #73af9b;
/* SwiftUI */
Color(red: 0.451, green: 0.686, blue: 0.608)
/* Android */
Color.parseColor("#73af9b")Accessibility — WCAG contrast
Aa
#73af9b on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73af9b on black: 8.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green68.6%
Blue60.8%
CMYK percentages
Cyan34.3%
Magenta0.0%
Yellow11.4%
Key (black)31.4%
Color previews
#73af9b text on a black background
contrast 8.33:1
Card sample
#73af9b text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73af9b;
Background color
Panel with #73af9b background
background-color: #73af9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73af9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 175, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 175, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73af9b; background: linear-gradient(135deg, #73af9b, #739BAF);