#73bcaf
a balanced, soft cyan · cool · closest name: turquoise
RGB
115, 188, 175
HSL
169°, 35%, 59%
CMYK
39, 0, 7, 26
Luminance
0.4271
Every format
| HEX | #73bcaf |
| RGB | rgb(115, 188, 175) |
| HSL | hsl(169, 35%, 59%) |
| CMYK | cmyk(39%, 0%, 7%, 26%) |
| LAB | lab(71.3 -25.9 -0.6) |
| LCH | lch(71.3 25.9 181.4) |
| OKLCH | oklch(0.744 0.076 181.5) |
Copy-ready code
/* CSS */
color: #73bcaf;
background-color: #73bcaf;
/* Tailwind (arbitrary) */
class="text-[#73bcaf] bg-[#73bcaf]"
/* SCSS */
$brand: #73bcaf;
/* SwiftUI */
Color(red: 0.451, green: 0.737, blue: 0.686)
/* Android */
Color.parseColor("#73bcaf")Accessibility — WCAG contrast
Aa
#73bcaf on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73bcaf on black: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green73.7%
Blue68.6%
CMYK percentages
Cyan38.8%
Magenta0.0%
Yellow6.9%
Key (black)26.3%
Color previews
#73bcaf text on a black background
contrast 9.54:1
Card sample
#73bcaf text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73bcaf;
Background color
Panel with #73bcaf background
background-color: #73bcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73bcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 188, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 188, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73bcaf; background: linear-gradient(135deg, #73bcaf, #7398BC);