#73bfef
a light, electric blue · cool · closest name: skyblue
RGB
115, 191, 239
HSL
203°, 80%, 69%
CMYK
52, 20, 0, 6
Luminance
0.4714
Every format
| HEX | #73bfef |
| RGB | rgb(115, 191, 239) |
| HSL | hsl(203, 80%, 69%) |
| CMYK | cmyk(52%, 20%, 0%, 6%) |
| LAB | lab(74.3 -10.5 -31.1) |
| LCH | lch(74.3 32.8 251.3) |
| OKLCH | oklch(0.774 0.102 237.8) |
Copy-ready code
/* CSS */
color: #73bfef;
background-color: #73bfef;
/* Tailwind (arbitrary) */
class="text-[#73bfef] bg-[#73bfef]"
/* SCSS */
$brand: #73bfef;
/* SwiftUI */
Color(red: 0.451, green: 0.749, blue: 0.937)
/* Android */
Color.parseColor("#73bfef")Accessibility — WCAG contrast
Aa
#73bfef on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73bfef on black: 10.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green74.9%
Blue93.7%
CMYK percentages
Cyan51.9%
Magenta20.1%
Yellow0.0%
Key (black)6.3%
Color previews
#73bfef text on a black background
contrast 10.43:1
Card sample
#73bfef text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73bfef;
Background color
Panel with #73bfef background
background-color: #73bfef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73bfef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 191, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 191, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73bfef; background: linear-gradient(135deg, #73bfef, #7A73EF);