#73dfeb
a light, electric cyan · cool · closest name: skyblue
RGB
115, 223, 235
HSL
186°, 75%, 69%
CMYK
51, 5, 0, 8
Luminance
0.6242
Every format
| HEX | #73dfeb |
| RGB | rgb(115, 223, 235) |
| HSL | hsl(186, 75%, 69%) |
| CMYK | cmyk(51%, 5%, 0%, 8%) |
| LAB | lab(83.1 -27.9 -15.4) |
| LCH | lch(83.1 31.9 209.0) |
| OKLCH | oklch(0.844 0.101 205.0) |
Copy-ready code
/* CSS */
color: #73dfeb;
background-color: #73dfeb;
/* Tailwind (arbitrary) */
class="text-[#73dfeb] bg-[#73dfeb]"
/* SCSS */
$brand: #73dfeb;
/* SwiftUI */
Color(red: 0.451, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#73dfeb")Accessibility — WCAG contrast
Aa
#73dfeb on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73dfeb on black: 13.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green87.5%
Blue92.2%
CMYK percentages
Cyan51.1%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#73dfeb text on a black background
contrast 13.48:1
Card sample
#73dfeb text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73dfeb;
Background color
Panel with #73dfeb background
background-color: #73dfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73dfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73dfeb; background: linear-gradient(135deg, #73dfeb, #738FEB);