#73afba
a balanced, soft cyan · cool · closest name: skyblue
RGB
115, 175, 186
HSL
189°, 34%, 59%
CMYK
38, 6, 0, 27
Luminance
0.3785
Every format
| HEX | #73afba |
| RGB | rgb(115, 175, 186) |
| HSL | hsl(189, 34%, 59%) |
| CMYK | cmyk(38%, 6%, 0%, 27%) |
| LAB | lab(67.9 -16.5 -11.8) |
| LCH | lch(67.9 20.3 215.4) |
| OKLCH | oklch(0.717 0.064 210.3) |
Copy-ready code
/* CSS */
color: #73afba;
background-color: #73afba;
/* Tailwind (arbitrary) */
class="text-[#73afba] bg-[#73afba]"
/* SCSS */
$brand: #73afba;
/* SwiftUI */
Color(red: 0.451, green: 0.686, blue: 0.729)
/* Android */
Color.parseColor("#73afba")Accessibility — WCAG contrast
Aa
#73afba on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73afba on black: 8.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green68.6%
Blue72.9%
CMYK percentages
Cyan38.2%
Magenta5.9%
Yellow0.0%
Key (black)27.1%
Color previews
#73afba text on a black background
contrast 8.57:1
Card sample
#73afba text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73afba;
Background color
Panel with #73afba background
background-color: #73afba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73afba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 175, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 175, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73afba; background: linear-gradient(135deg, #73afba, #7380BA);