#73afbc
a balanced, soft cyan · cool · closest name: skyblue
RGB
115, 175, 188
HSL
191°, 35%, 59%
CMYK
39, 7, 0, 26
Luminance
0.3794
Every format
| HEX | #73afbc |
| RGB | rgb(115, 175, 188) |
| HSL | hsl(191, 35%, 59%) |
| CMYK | cmyk(39%, 7%, 0%, 26%) |
| LAB | lab(68.0 -16.0 -12.8) |
| LCH | lch(68.0 20.5 218.6) |
| OKLCH | oklch(0.718 0.065 212.8) |
Copy-ready code
/* CSS */
color: #73afbc;
background-color: #73afbc;
/* Tailwind (arbitrary) */
class="text-[#73afbc] bg-[#73afbc]"
/* SCSS */
$brand: #73afbc;
/* SwiftUI */
Color(red: 0.451, green: 0.686, blue: 0.737)
/* Android */
Color.parseColor("#73afbc")Accessibility — WCAG contrast
Aa
#73afbc on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73afbc on black: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green68.6%
Blue73.7%
CMYK percentages
Cyan38.8%
Magenta6.9%
Yellow0.0%
Key (black)26.3%
Color previews
#73afbc text on a black background
contrast 8.59:1
Card sample
#73afbc text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73afbc;
Background color
Panel with #73afbc background
background-color: #73afbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73afbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 175, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 175, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73afbc; background: linear-gradient(135deg, #73afbc, #737EBC);