#48ebee
a balanced, electric cyan · cool · closest name: cyan
RGB
72, 235, 238
HSL
181°, 83%, 61%
CMYK
70, 1, 0, 7
Luminance
0.6697
Every format
| HEX | #48ebee |
| RGB | rgb(72, 235, 238) |
| HSL | hsl(181, 83%, 61%) |
| CMYK | cmyk(70%, 1%, 0%, 7%) |
| LAB | lab(85.5 -39.8 -13.6) |
| LCH | lch(85.5 42.1 198.9) |
| OKLCH | oklch(0.860 0.131 196.8) |
Copy-ready code
/* CSS */
color: #48ebee;
background-color: #48ebee;
/* Tailwind (arbitrary) */
class="text-[#48ebee] bg-[#48ebee]"
/* SCSS */
$brand: #48ebee;
/* SwiftUI */
Color(red: 0.282, green: 0.922, blue: 0.933)
/* Android */
Color.parseColor("#48ebee")Accessibility — WCAG contrast
Aa
#48ebee on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#48ebee on black: 14.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green92.2%
Blue93.3%
CMYK percentages
Cyan69.7%
Magenta1.3%
Yellow0.0%
Key (black)6.7%
Color previews
#48ebee text on a black background
contrast 14.39:1
Card sample
#48ebee text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48ebee;
Background color
Panel with #48ebee background
background-color: #48ebee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48ebee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 235, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 235, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48ebee; background: linear-gradient(135deg, #48ebee, #487CEE);