#73cbba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
115, 203, 186
HSL
168°, 46%, 62%
CMYK
43, 0, 8, 20
Luminance
0.4990
Every format
| HEX | #73cbba |
| RGB | rgb(115, 203, 186) |
| HSL | hsl(168, 46%, 62%) |
| CMYK | cmyk(43%, 0%, 8%, 20%) |
| LAB | lab(76.0 -30.6 0.2) |
| LCH | lch(76.0 30.6 179.6) |
| OKLCH | oklch(0.782 0.089 180.0) |
Copy-ready code
/* CSS */
color: #73cbba;
background-color: #73cbba;
/* Tailwind (arbitrary) */
class="text-[#73cbba] bg-[#73cbba]"
/* SCSS */
$brand: #73cbba;
/* SwiftUI */
Color(red: 0.451, green: 0.796, blue: 0.729)
/* Android */
Color.parseColor("#73cbba")Accessibility — WCAG contrast
Aa
#73cbba on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73cbba on black: 10.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green79.6%
Blue72.9%
CMYK percentages
Cyan43.3%
Magenta0.0%
Yellow8.4%
Key (black)20.4%
Color previews
#73cbba text on a black background
contrast 10.98:1
Card sample
#73cbba text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73cbba;
Background color
Panel with #73cbba background
background-color: #73cbba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73cbba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 203, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 203, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73cbba; background: linear-gradient(135deg, #73cbba, #73A1CB);