#48bcfd
a balanced, electric blue · cool · closest name: skyblue
RGB
72, 188, 253
HSL
202°, 98%, 64%
CMYK
72, 26, 0, 1
Luminance
0.4444
Every format
| HEX | #48bcfd |
| RGB | rgb(72, 188, 253) |
| HSL | hsl(202, 98%, 64%) |
| CMYK | cmyk(72%, 26%, 0%, 1%) |
| LAB | lab(72.5 -12.0 -41.4) |
| LCH | lch(72.5 43.1 253.9) |
| OKLCH | oklch(0.757 0.139 237.4) |
Copy-ready code
/* CSS */
color: #48bcfd;
background-color: #48bcfd;
/* Tailwind (arbitrary) */
class="text-[#48bcfd] bg-[#48bcfd]"
/* SCSS */
$brand: #48bcfd;
/* SwiftUI */
Color(red: 0.282, green: 0.737, blue: 0.992)
/* Android */
Color.parseColor("#48bcfd")Accessibility — WCAG contrast
Aa
#48bcfd on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#48bcfd on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green73.7%
Blue99.2%
CMYK percentages
Cyan71.5%
Magenta25.7%
Yellow0.0%
Key (black)0.8%
Color previews
#48bcfd text on a black background
contrast 9.89:1
Card sample
#48bcfd text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48bcfd;
Background color
Panel with #48bcfd background
background-color: #48bcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48bcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 188, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 188, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48bcfd; background: linear-gradient(135deg, #48bcfd, #4C48FD);