#73bcdf
a light, vivid cyan · cool · closest name: skyblue
RGB
115, 188, 223
HSL
199°, 63%, 66%
CMYK
48, 16, 0, 13
Luminance
0.4494
Every format
| HEX | #73bcdf |
| RGB | rgb(115, 188, 223) |
| HSL | hsl(199, 63%, 66%) |
| CMYK | cmyk(48%, 16%, 0%, 13%) |
| LAB | lab(72.8 -13.4 -24.6) |
| LCH | lch(72.8 28.0 241.3) |
| OKLCH | oklch(0.760 0.089 230.2) |
Copy-ready code
/* CSS */
color: #73bcdf;
background-color: #73bcdf;
/* Tailwind (arbitrary) */
class="text-[#73bcdf] bg-[#73bcdf]"
/* SCSS */
$brand: #73bcdf;
/* SwiftUI */
Color(red: 0.451, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#73bcdf")Accessibility — WCAG contrast
Aa
#73bcdf on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73bcdf on black: 9.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green73.7%
Blue87.5%
CMYK percentages
Cyan48.4%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#73bcdf text on a black background
contrast 9.99:1
Card sample
#73bcdf text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73bcdf;
Background color
Panel with #73bcdf background
background-color: #73bcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73bcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73bcdf; background: linear-gradient(135deg, #73bcdf, #7374DF);