#48cdff
a balanced, electric cyan · cool · closest name: skyblue
RGB
72, 205, 255
HSL
196°, 100%, 64%
CMYK
72, 20, 0, 0
Luminance
0.5226
Every format
| HEX | #48cdff |
| RGB | rgb(72, 205, 255) |
| HSL | hsl(196, 100%, 64%) |
| CMYK | cmyk(72%, 20%, 0%, 0%) |
| LAB | lab(77.4 -20.3 -34.9) |
| LCH | lch(77.4 40.3 239.9) |
| OKLCH | oklch(0.797 0.133 227.4) |
Copy-ready code
/* CSS */
color: #48cdff;
background-color: #48cdff;
/* Tailwind (arbitrary) */
class="text-[#48cdff] bg-[#48cdff]"
/* SCSS */
$brand: #48cdff;
/* SwiftUI */
Color(red: 0.282, green: 0.804, blue: 1.000)
/* Android */
Color.parseColor("#48cdff")Accessibility — WCAG contrast
Aa
#48cdff on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#48cdff on black: 11.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green80.4%
Blue100.0%
CMYK percentages
Cyan71.8%
Magenta19.6%
Yellow0.0%
Key (black)0.0%
Color previews
#48cdff text on a black background
contrast 11.45:1
Card sample
#48cdff text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48cdff;
Background color
Panel with #48cdff background
background-color: #48cdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48cdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 205, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 205, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48cdff; background: linear-gradient(135deg, #48cdff, #4853FF);