#48beee
a balanced, electric cyan · cool · closest name: skyblue
RGB
72, 190, 238
HSL
197°, 83%, 61%
CMYK
70, 20, 0, 7
Luminance
0.4438
Every format
| HEX | #48beee |
| RGB | rgb(72, 190, 238) |
| HSL | hsl(197, 83%, 61%) |
| CMYK | cmyk(70%, 20%, 0%, 7%) |
| LAB | lab(72.5 -17.9 -33.4) |
| LCH | lch(72.5 37.9 241.8) |
| OKLCH | oklch(0.755 0.124 229.0) |
Copy-ready code
/* CSS */
color: #48beee;
background-color: #48beee;
/* Tailwind (arbitrary) */
class="text-[#48beee] bg-[#48beee]"
/* SCSS */
$brand: #48beee;
/* SwiftUI */
Color(red: 0.282, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#48beee")Accessibility — WCAG contrast
Aa
#48beee on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#48beee on black: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green74.5%
Blue93.3%
CMYK percentages
Cyan69.7%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#48beee text on a black background
contrast 9.88:1
Card sample
#48beee text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48beee;
Background color
Panel with #48beee background
background-color: #48beee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48beee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48beee; background: linear-gradient(135deg, #48beee, #4850EE);