#73c5df
a light, vivid cyan · cool · closest name: skyblue
RGB
115, 197, 223
HSL
194°, 63%, 66%
CMYK
48, 12, 0, 13
Luminance
0.4891
Every format
| HEX | #73c5df |
| RGB | rgb(115, 197, 223) |
| HSL | hsl(194, 63%, 66%) |
| CMYK | cmyk(48%, 12%, 0%, 13%) |
| LAB | lab(75.4 -18.1 -20.7) |
| LCH | lch(75.4 27.5 228.8) |
| OKLCH | oklch(0.781 0.088 220.5) |
Copy-ready code
/* CSS */
color: #73c5df;
background-color: #73c5df;
/* Tailwind (arbitrary) */
class="text-[#73c5df] bg-[#73c5df]"
/* SCSS */
$brand: #73c5df;
/* SwiftUI */
Color(red: 0.451, green: 0.773, blue: 0.875)
/* Android */
Color.parseColor("#73c5df")Accessibility — WCAG contrast
Aa
#73c5df on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73c5df on black: 10.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green77.3%
Blue87.5%
CMYK percentages
Cyan48.4%
Magenta11.7%
Yellow0.0%
Key (black)12.5%
Color previews
#73c5df text on a black background
contrast 10.78:1
Card sample
#73c5df text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73c5df;
Background color
Panel with #73c5df background
background-color: #73c5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73c5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 197, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 197, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73c5df; background: linear-gradient(135deg, #73c5df, #737DDF);