#3abaeb
a balanced, electric cyan · cool · closest name: skyblue
RGB
58, 186, 235
HSL
197°, 82%, 58%
CMYK
75, 21, 0, 8
Luminance
0.4202
Every format
| HEX | #3abaeb |
| RGB | rgb(58, 186, 235) |
| HSL | hsl(197, 82%, 58%) |
| CMYK | cmyk(75%, 21%, 0%, 8%) |
| LAB | lab(70.9 -18.5 -34.3) |
| LCH | lch(70.9 39.0 241.6) |
| OKLCH | oklch(0.741 0.129 228.5) |
Copy-ready code
/* CSS */
color: #3abaeb;
background-color: #3abaeb;
/* Tailwind (arbitrary) */
class="text-[#3abaeb] bg-[#3abaeb]"
/* SCSS */
$brand: #3abaeb;
/* SwiftUI */
Color(red: 0.227, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#3abaeb")Accessibility — WCAG contrast
Aa
#3abaeb on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3abaeb on black: 9.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green72.9%
Blue92.2%
CMYK percentages
Cyan75.3%
Magenta20.9%
Yellow0.0%
Key (black)7.8%
Color previews
#3abaeb text on a black background
contrast 9.40:1
Card sample
#3abaeb text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3abaeb;
Background color
Panel with #3abaeb background
background-color: #3abaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3abaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3abaeb; background: linear-gradient(135deg, #3abaeb, #3A44EB);