#3abcee
a balanced, electric cyan · cool · closest name: skyblue
RGB
58, 188, 238
HSL
197°, 84%, 58%
CMYK
76, 21, 0, 7
Luminance
0.4304
Every format
| HEX | #3abcee |
| RGB | rgb(58, 188, 238) |
| HSL | hsl(197, 84%, 58%) |
| CMYK | cmyk(76%, 21%, 0%, 7%) |
| LAB | lab(71.6 -18.6 -34.8) |
| LCH | lch(71.6 39.5 241.9) |
| OKLCH | oklch(0.747 0.130 228.7) |
Copy-ready code
/* CSS */
color: #3abcee;
background-color: #3abcee;
/* Tailwind (arbitrary) */
class="text-[#3abcee] bg-[#3abcee]"
/* SCSS */
$brand: #3abcee;
/* SwiftUI */
Color(red: 0.227, green: 0.737, blue: 0.933)
/* Android */
Color.parseColor("#3abcee")Accessibility — WCAG contrast
Aa
#3abcee on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3abcee on black: 9.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green73.7%
Blue93.3%
CMYK percentages
Cyan75.6%
Magenta21.0%
Yellow0.0%
Key (black)6.7%
Color previews
#3abcee text on a black background
contrast 9.61:1
Card sample
#3abcee text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3abcee;
Background color
Panel with #3abcee background
background-color: #3abcee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3abcee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 188, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 188, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3abcee; background: linear-gradient(135deg, #3abcee, #3A44EE);