#73afdc
a light, vivid blue · cool · closest name: skyblue
RGB
115, 175, 220
HSL
206°, 60%, 66%
CMYK
48, 21, 0, 14
Luminance
0.3947
Every format
| HEX | #73afdc |
| RGB | rgb(115, 175, 220) |
| HSL | hsl(206, 60%, 66%) |
| CMYK | cmyk(48%, 21%, 0%, 14%) |
| LAB | lab(69.1 -7.3 -28.7) |
| LCH | lch(69.1 29.6 255.7) |
| OKLCH | oklch(0.730 0.090 241.9) |
Copy-ready code
/* CSS */
color: #73afdc;
background-color: #73afdc;
/* Tailwind (arbitrary) */
class="text-[#73afdc] bg-[#73afdc]"
/* SCSS */
$brand: #73afdc;
/* SwiftUI */
Color(red: 0.451, green: 0.686, blue: 0.863)
/* Android */
Color.parseColor("#73afdc")Accessibility — WCAG contrast
Aa
#73afdc on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73afdc on black: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green68.6%
Blue86.3%
CMYK percentages
Cyan47.7%
Magenta20.5%
Yellow0.0%
Key (black)13.7%
Color previews
#73afdc text on a black background
contrast 8.89:1
Card sample
#73afdc text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73afdc;
Background color
Panel with #73afdc background
background-color: #73afdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73afdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 175, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 175, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73afdc; background: linear-gradient(135deg, #73afdc, #7D73DC);