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