#73bdbb
a balanced, soft cyan · cool · closest name: skyblue
RGB
115, 189, 187
HSL
178°, 36%, 60%
CMYK
39, 0, 1, 26
Luminance
0.4363
Every format
| HEX | #73bdbb |
| RGB | rgb(115, 189, 187) |
| HSL | hsl(178, 36%, 60%) |
| CMYK | cmyk(39%, 0%, 1%, 26%) |
| LAB | lab(72.0 -23.5 -6.3) |
| LCH | lch(72.0 24.3 194.9) |
| OKLCH | oklch(0.750 0.074 193.5) |
Copy-ready code
/* CSS */
color: #73bdbb;
background-color: #73bdbb;
/* Tailwind (arbitrary) */
class="text-[#73bdbb] bg-[#73bdbb]"
/* SCSS */
$brand: #73bdbb;
/* SwiftUI */
Color(red: 0.451, green: 0.741, blue: 0.733)
/* Android */
Color.parseColor("#73bdbb")Accessibility — WCAG contrast
Aa
#73bdbb on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73bdbb on black: 9.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green74.1%
Blue73.3%
CMYK percentages
Cyan39.2%
Magenta0.0%
Yellow1.1%
Key (black)25.9%
Color previews
#73bdbb text on a black background
contrast 9.73:1
Card sample
#73bdbb text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73bdbb;
Background color
Panel with #73bdbb background
background-color: #73bdbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73bdbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 189, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 189, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73bdbb; background: linear-gradient(135deg, #73bdbb, #738EBD);