#73baad
a balanced, soft cyan · cool · closest name: turquoise
RGB
115, 186, 173
HSL
169°, 34%, 59%
CMYK
38, 0, 7, 27
Luminance
0.4178
Every format
| HEX | #73baad |
| RGB | rgb(115, 186, 173) |
| HSL | hsl(169, 34%, 59%) |
| CMYK | cmyk(38%, 0%, 7%, 27%) |
| LAB | lab(70.7 -25.3 -0.4) |
| LCH | lch(70.7 25.3 181.0) |
| OKLCH | oklch(0.738 0.074 181.2) |
Copy-ready code
/* CSS */
color: #73baad;
background-color: #73baad;
/* Tailwind (arbitrary) */
class="text-[#73baad] bg-[#73baad]"
/* SCSS */
$brand: #73baad;
/* SwiftUI */
Color(red: 0.451, green: 0.729, blue: 0.678)
/* Android */
Color.parseColor("#73baad")Accessibility — WCAG contrast
Aa
#73baad on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73baad on black: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green72.9%
Blue67.8%
CMYK percentages
Cyan38.2%
Magenta0.0%
Yellow7.0%
Key (black)27.1%
Color previews
#73baad text on a black background
contrast 9.36:1
Card sample
#73baad text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73baad;
Background color
Panel with #73baad background
background-color: #73baad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73baad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 186, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 186, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73baad; background: linear-gradient(135deg, #73baad, #7398BA);