#48b3f1
a balanced, electric blue · cool · closest name: steelblue
RGB
72, 179, 241
HSL
202°, 86%, 61%
CMYK
70, 26, 0, 6
Luminance
0.3997
Every format
| HEX | #48b3f1 |
| RGB | rgb(72, 179, 241) |
| HSL | hsl(202, 86%, 61%) |
| CMYK | cmyk(70%, 26%, 0%, 6%) |
| LAB | lab(69.4 -11.1 -39.7) |
| LCH | lch(69.4 41.3 254.4) |
| OKLCH | oklch(0.731 0.132 238.0) |
Copy-ready code
/* CSS */
color: #48b3f1;
background-color: #48b3f1;
/* Tailwind (arbitrary) */
class="text-[#48b3f1] bg-[#48b3f1]"
/* SCSS */
$brand: #48b3f1;
/* SwiftUI */
Color(red: 0.282, green: 0.702, blue: 0.945)
/* Android */
Color.parseColor("#48b3f1")Accessibility — WCAG contrast
Aa
#48b3f1 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#48b3f1 on black: 8.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green70.2%
Blue94.5%
CMYK percentages
Cyan70.1%
Magenta25.7%
Yellow0.0%
Key (black)5.5%
Color previews
#48b3f1 text on a black background
contrast 8.99:1
Card sample
#48b3f1 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48b3f1;
Background color
Panel with #48b3f1 background
background-color: #48b3f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48b3f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 179, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 179, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48b3f1; background: linear-gradient(135deg, #48b3f1, #4E48F1);