#73bfac
a balanced, soft cyan · cool · closest name: turquoise
RGB
115, 191, 172
HSL
165°, 37%, 60%
CMYK
40, 0, 10, 25
Luminance
0.4388
Every format
| HEX | #73bfac |
| RGB | rgb(115, 191, 172) |
| HSL | hsl(165, 37%, 60%) |
| CMYK | cmyk(40%, 0%, 10%, 25%) |
| LAB | lab(72.2 -28.0 2.2) |
| LCH | lch(72.2 28.1 175.5) |
| OKLCH | oklch(0.750 0.081 176.2) |
Copy-ready code
/* CSS */
color: #73bfac;
background-color: #73bfac;
/* Tailwind (arbitrary) */
class="text-[#73bfac] bg-[#73bfac]"
/* SCSS */
$brand: #73bfac;
/* SwiftUI */
Color(red: 0.451, green: 0.749, blue: 0.675)
/* Android */
Color.parseColor("#73bfac")Accessibility — WCAG contrast
Aa
#73bfac on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73bfac on black: 9.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green74.9%
Blue67.5%
CMYK percentages
Cyan39.8%
Magenta0.0%
Yellow9.9%
Key (black)25.1%
Color previews
#73bfac text on a black background
contrast 9.78:1
Card sample
#73bfac text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73bfac;
Background color
Panel with #73bfac background
background-color: #73bfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73bfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 191, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 191, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73bfac; background: linear-gradient(135deg, #73bfac, #739FBF);