#48bceb
a balanced, electric cyan · cool · closest name: skyblue
RGB
72, 188, 235
HSL
197°, 80%, 60%
CMYK
69, 20, 0, 8
Luminance
0.4334
Every format
| HEX | #48bceb |
| RGB | rgb(72, 188, 235) |
| HSL | hsl(197, 80%, 60%) |
| CMYK | cmyk(69%, 20%, 0%, 8%) |
| LAB | lab(71.8 -17.8 -32.9) |
| LCH | lch(71.8 37.4 241.5) |
| OKLCH | oklch(0.749 0.122 228.8) |
Copy-ready code
/* CSS */
color: #48bceb;
background-color: #48bceb;
/* Tailwind (arbitrary) */
class="text-[#48bceb] bg-[#48bceb]"
/* SCSS */
$brand: #48bceb;
/* SwiftUI */
Color(red: 0.282, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#48bceb")Accessibility — WCAG contrast
Aa
#48bceb on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#48bceb on black: 9.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green73.7%
Blue92.2%
CMYK percentages
Cyan69.4%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#48bceb text on a black background
contrast 9.67:1
Card sample
#48bceb text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48bceb;
Background color
Panel with #48bceb background
background-color: #48bceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48bceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48bceb; background: linear-gradient(135deg, #48bceb, #484FEB);