#48abeb
a balanced, electric blue · cool · closest name: steelblue
RGB
72, 171, 235
HSL
204°, 80%, 60%
CMYK
69, 27, 0, 8
Luminance
0.3650
Every format
| HEX | #48abeb |
| RGB | rgb(72, 171, 235) |
| HSL | hsl(204, 80%, 60%) |
| CMYK | cmyk(69%, 27%, 0%, 8%) |
| LAB | lab(66.9 -8.7 -40.5) |
| LCH | lch(66.9 41.4 257.9) |
| OKLCH | oklch(0.710 0.131 240.6) |
Copy-ready code
/* CSS */
color: #48abeb;
background-color: #48abeb;
/* Tailwind (arbitrary) */
class="text-[#48abeb] bg-[#48abeb]"
/* SCSS */
$brand: #48abeb;
/* SwiftUI */
Color(red: 0.282, green: 0.671, blue: 0.922)
/* Android */
Color.parseColor("#48abeb")Accessibility — WCAG contrast
Aa
#48abeb on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#48abeb on black: 8.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green67.1%
Blue92.2%
CMYK percentages
Cyan69.4%
Magenta27.2%
Yellow0.0%
Key (black)7.8%
Color previews
#48abeb text on a black background
contrast 8.30:1
Card sample
#48abeb text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48abeb;
Background color
Panel with #48abeb background
background-color: #48abeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48abeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 171, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 171, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48abeb; background: linear-gradient(135deg, #48abeb, #5248EB);