#73dbeb
a light, electric cyan · cool · closest name: skyblue
RGB
115, 219, 235
HSL
188°, 75%, 69%
CMYK
51, 7, 0, 8
Luminance
0.6031
Every format
| HEX | #73dbeb |
| RGB | rgb(115, 219, 235) |
| HSL | hsl(188, 75%, 69%) |
| CMYK | cmyk(51%, 7%, 0%, 8%) |
| LAB | lab(82.0 -25.9 -17.1) |
| LCH | lch(82.0 31.1 213.4) |
| OKLCH | oklch(0.835 0.099 208.5) |
Copy-ready code
/* CSS */
color: #73dbeb;
background-color: #73dbeb;
/* Tailwind (arbitrary) */
class="text-[#73dbeb] bg-[#73dbeb]"
/* SCSS */
$brand: #73dbeb;
/* SwiftUI */
Color(red: 0.451, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#73dbeb")Accessibility — WCAG contrast
Aa
#73dbeb on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73dbeb on black: 13.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green85.9%
Blue92.2%
CMYK percentages
Cyan51.1%
Magenta6.8%
Yellow0.0%
Key (black)7.8%
Color previews
#73dbeb text on a black background
contrast 13.06:1
Card sample
#73dbeb text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73dbeb;
Background color
Panel with #73dbeb background
background-color: #73dbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73dbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73dbeb; background: linear-gradient(135deg, #73dbeb, #738BEB);