#73afdb
a light, vivid blue · cool · closest name: skyblue
RGB
115, 175, 219
HSL
205°, 59%, 66%
CMYK
48, 20, 0, 14
Luminance
0.3942
Every format
| HEX | #73afdb |
| RGB | rgb(115, 175, 219) |
| HSL | hsl(205, 59%, 66%) |
| CMYK | cmyk(48%, 20%, 0%, 14%) |
| LAB | lab(69.0 -7.6 -28.2) |
| LCH | lch(69.0 29.2 254.9) |
| OKLCH | oklch(0.730 0.089 241.3) |
Copy-ready code
/* CSS */
color: #73afdb;
background-color: #73afdb;
/* Tailwind (arbitrary) */
class="text-[#73afdb] bg-[#73afdb]"
/* SCSS */
$brand: #73afdb;
/* SwiftUI */
Color(red: 0.451, green: 0.686, blue: 0.859)
/* Android */
Color.parseColor("#73afdb")Accessibility — WCAG contrast
Aa
#73afdb on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73afdb on black: 8.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green68.6%
Blue85.9%
CMYK percentages
Cyan47.5%
Magenta20.1%
Yellow0.0%
Key (black)14.1%
Color previews
#73afdb text on a black background
contrast 8.88:1
Card sample
#73afdb text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73afdb;
Background color
Panel with #73afdb background
background-color: #73afdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73afdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 175, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 175, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73afdb; background: linear-gradient(135deg, #73afdb, #7C73DB);