#48acf2
a balanced, electric blue · cool · closest name: steelblue
RGB
72, 172, 242
HSL
205°, 87%, 62%
CMYK
70, 29, 0, 5
Luminance
0.3729
Every format
| HEX | #48acf2 |
| RGB | rgb(72, 172, 242) |
| HSL | hsl(205, 87%, 62%) |
| CMYK | cmyk(70%, 29%, 0%, 5%) |
| LAB | lab(67.5 -6.9 -43.3) |
| LCH | lch(67.5 43.9 261.0) |
| OKLCH | oklch(0.716 0.138 242.8) |
Copy-ready code
/* CSS */
color: #48acf2;
background-color: #48acf2;
/* Tailwind (arbitrary) */
class="text-[#48acf2] bg-[#48acf2]"
/* SCSS */
$brand: #48acf2;
/* SwiftUI */
Color(red: 0.282, green: 0.675, blue: 0.949)
/* Android */
Color.parseColor("#48acf2")Accessibility — WCAG contrast
Aa
#48acf2 on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#48acf2 on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green67.5%
Blue94.9%
CMYK percentages
Cyan70.2%
Magenta28.9%
Yellow0.0%
Key (black)5.1%
Color previews
#48acf2 text on a black background
contrast 8.46:1
Card sample
#48acf2 text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48acf2;
Background color
Panel with #48acf2 background
background-color: #48acf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48acf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 172, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 172, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48acf2; background: linear-gradient(135deg, #48acf2, #5548F2);