#48deee
a balanced, electric cyan · cool · closest name: cyan
RGB
72, 222, 238
HSL
186°, 83%, 61%
CMYK
70, 7, 0, 7
Luminance
0.5979
Every format
| HEX | #48deee |
| RGB | rgb(72, 222, 238) |
| HSL | hsl(186, 83%, 61%) |
| CMYK | cmyk(70%, 7%, 0%, 7%) |
| LAB | lab(81.7 -33.8 -19.3) |
| LCH | lch(81.7 38.9 209.7) |
| OKLCH | oklch(0.829 0.124 205.4) |
Copy-ready code
/* CSS */
color: #48deee;
background-color: #48deee;
/* Tailwind (arbitrary) */
class="text-[#48deee] bg-[#48deee]"
/* SCSS */
$brand: #48deee;
/* SwiftUI */
Color(red: 0.282, green: 0.871, blue: 0.933)
/* Android */
Color.parseColor("#48deee")Accessibility — WCAG contrast
Aa
#48deee on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#48deee on black: 12.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green87.1%
Blue93.3%
CMYK percentages
Cyan69.7%
Magenta6.7%
Yellow0.0%
Key (black)6.7%
Color previews
#48deee text on a black background
contrast 12.96:1
Card sample
#48deee text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #48deee;
Background color
Panel with #48deee background
background-color: #48deee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #48deee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 222, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 222, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #48deee; background: linear-gradient(135deg, #48deee, #486FEE);