#48cdf8
a balanced, electric cyan · cool · closest name: skyblue
RGB
72, 205, 248
HSL
195°, 93%, 63%
CMYK
71, 17, 0, 3
Luminance
0.5182
Every format
| HEX | #48cdf8 |
| RGB | rgb(72, 205, 248) |
| HSL | hsl(195, 93%, 63%) |
| CMYK | cmyk(71%, 17%, 0%, 3%) |
| LAB | lab(77.2 -22.4 -31.6) |
| LCH | lch(77.2 38.7 234.6) |
| OKLCH | oklch(0.794 0.128 223.7) |
Copy-ready code
/* CSS */
color: #48cdf8;
background-color: #48cdf8;
/* Tailwind (arbitrary) */
class="text-[#48cdf8] bg-[#48cdf8]"
/* SCSS */
$brand: #48cdf8;
/* SwiftUI */
Color(red: 0.282, green: 0.804, blue: 0.973)
/* Android */
Color.parseColor("#48cdf8")Accessibility — WCAG contrast
Aa
#48cdf8 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#48cdf8 on black: 11.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green80.4%
Blue97.3%
CMYK percentages
Cyan71.0%
Magenta17.3%
Yellow0.0%
Key (black)2.7%
Color previews
#48cdf8 text on a black background
contrast 11.36:1
Card sample
#48cdf8 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48cdf8;
Background color
Panel with #48cdf8 background
background-color: #48cdf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48cdf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 205, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 205, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48cdf8; background: linear-gradient(135deg, #48cdf8, #4857F8);