#73c7cd
a balanced, vivid cyan · cool · closest name: skyblue
RGB
115, 199, 205
HSL
184°, 47%, 63%
CMYK
44, 3, 0, 20
Luminance
0.4890
Every format
| HEX | #73c7cd |
| RGB | rgb(115, 199, 205) |
| HSL | hsl(184, 47%, 63%) |
| CMYK | cmyk(44%, 3%, 0%, 20%) |
| LAB | lab(75.4 -23.9 -11.0) |
| LCH | lch(75.4 26.3 204.6) |
| OKLCH | oklch(0.779 0.082 201.6) |
Copy-ready code
/* CSS */
color: #73c7cd;
background-color: #73c7cd;
/* Tailwind (arbitrary) */
class="text-[#73c7cd] bg-[#73c7cd]"
/* SCSS */
$brand: #73c7cd;
/* SwiftUI */
Color(red: 0.451, green: 0.780, blue: 0.804)
/* Android */
Color.parseColor("#73c7cd")Accessibility — WCAG contrast
Aa
#73c7cd on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73c7cd on black: 10.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green78.0%
Blue80.4%
CMYK percentages
Cyan43.9%
Magenta2.9%
Yellow0.0%
Key (black)19.6%
Color previews
#73c7cd text on a black background
contrast 10.78:1
Card sample
#73c7cd text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73c7cd;
Background color
Panel with #73c7cd background
background-color: #73c7cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73c7cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 199, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 199, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73c7cd; background: linear-gradient(135deg, #73c7cd, #738BCD);