#3ab2eb
a balanced, electric cyan · cool · closest name: skyblue
RGB
58, 178, 235
HSL
199°, 82%, 58%
CMYK
75, 24, 0, 8
Luminance
0.3874
Every format
| HEX | #3ab2eb |
| RGB | rgb(58, 178, 235) |
| HSL | hsl(199, 82%, 58%) |
| CMYK | cmyk(75%, 24%, 0%, 8%) |
| LAB | lab(68.6 -14.3 -37.9) |
| LCH | lch(68.6 40.5 249.3) |
| OKLCH | oklch(0.723 0.132 233.9) |
Copy-ready code
/* CSS */
color: #3ab2eb;
background-color: #3ab2eb;
/* Tailwind (arbitrary) */
class="text-[#3ab2eb] bg-[#3ab2eb]"
/* SCSS */
$brand: #3ab2eb;
/* SwiftUI */
Color(red: 0.227, green: 0.698, blue: 0.922)
/* Android */
Color.parseColor("#3ab2eb")Accessibility — WCAG contrast
Aa
#3ab2eb on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ab2eb on black: 8.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green69.8%
Blue92.2%
CMYK percentages
Cyan75.3%
Magenta24.3%
Yellow0.0%
Key (black)7.8%
Color previews
#3ab2eb text on a black background
contrast 8.75:1
Card sample
#3ab2eb text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ab2eb;
Background color
Panel with #3ab2eb background
background-color: #3ab2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ab2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 178, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 178, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ab2eb; background: linear-gradient(135deg, #3ab2eb, #3A3CEB);