#48afeb
a balanced, electric blue · cool · closest name: steelblue
RGB
72, 175, 235
HSL
202°, 80%, 60%
CMYK
69, 26, 0, 8
Luminance
0.3804
Every format
| HEX | #48afeb |
| RGB | rgb(72, 175, 235) |
| HSL | hsl(202, 80%, 60%) |
| CMYK | cmyk(69%, 26%, 0%, 8%) |
| LAB | lab(68.0 -10.9 -38.7) |
| LCH | lch(68.0 40.2 254.3) |
| OKLCH | oklch(0.719 0.128 238.0) |
Copy-ready code
/* CSS */
color: #48afeb;
background-color: #48afeb;
/* Tailwind (arbitrary) */
class="text-[#48afeb] bg-[#48afeb]"
/* SCSS */
$brand: #48afeb;
/* SwiftUI */
Color(red: 0.282, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#48afeb")Accessibility — WCAG contrast
Aa
#48afeb on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#48afeb on black: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green68.6%
Blue92.2%
CMYK percentages
Cyan69.4%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#48afeb text on a black background
contrast 8.61:1
Card sample
#48afeb text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48afeb;
Background color
Panel with #48afeb background
background-color: #48afeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48afeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48afeb; background: linear-gradient(135deg, #48afeb, #4E48EB);