#3abeee
a balanced, electric cyan · cool · closest name: skyblue
RGB
58, 190, 238
HSL
196°, 84%, 58%
CMYK
76, 20, 0, 7
Luminance
0.4390
Every format
| HEX | #3abeee |
| RGB | rgb(58, 190, 238) |
| HSL | hsl(196, 84%, 58%) |
| CMYK | cmyk(76%, 20%, 0%, 7%) |
| LAB | lab(72.2 -19.6 -33.9) |
| LCH | lch(72.2 39.2 239.9) |
| OKLCH | oklch(0.752 0.130 227.3) |
Copy-ready code
/* CSS */
color: #3abeee;
background-color: #3abeee;
/* Tailwind (arbitrary) */
class="text-[#3abeee] bg-[#3abeee]"
/* SCSS */
$brand: #3abeee;
/* SwiftUI */
Color(red: 0.227, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#3abeee")Accessibility — WCAG contrast
Aa
#3abeee on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3abeee on black: 9.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green74.5%
Blue93.3%
CMYK percentages
Cyan75.6%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#3abeee text on a black background
contrast 9.78:1
Card sample
#3abeee text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3abeee;
Background color
Panel with #3abeee background
background-color: #3abeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3abeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3abeee; background: linear-gradient(135deg, #3abeee, #3A46EE);