#48cdfb
a balanced, electric cyan · cool · closest name: skyblue
RGB
72, 205, 251
HSL
195°, 96%, 63%
CMYK
71, 18, 0, 2
Luminance
0.5201
Every format
| HEX | #48cdfb |
| RGB | rgb(72, 205, 251) |
| HSL | hsl(195, 96%, 63%) |
| CMYK | cmyk(71%, 18%, 0%, 2%) |
| LAB | lab(77.3 -21.5 -33.0) |
| LCH | lch(77.3 39.4 236.9) |
| OKLCH | oklch(0.795 0.130 225.3) |
Copy-ready code
/* CSS */
color: #48cdfb;
background-color: #48cdfb;
/* Tailwind (arbitrary) */
class="text-[#48cdfb] bg-[#48cdfb]"
/* SCSS */
$brand: #48cdfb;
/* SwiftUI */
Color(red: 0.282, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#48cdfb")Accessibility — WCAG contrast
Aa
#48cdfb on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#48cdfb on black: 11.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green80.4%
Blue98.4%
CMYK percentages
Cyan71.3%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#48cdfb text on a black background
contrast 11.40:1
Card sample
#48cdfb text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48cdfb;
Background color
Panel with #48cdfb background
background-color: #48cdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48cdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48cdfb; background: linear-gradient(135deg, #48cdfb, #4856FB);