#3abceb
a balanced, electric cyan · cool · closest name: skyblue
RGB
58, 188, 235
HSL
196°, 82%, 58%
CMYK
75, 20, 0, 8
Luminance
0.4286
Every format
| HEX | #3abceb |
| RGB | rgb(58, 188, 235) |
| HSL | hsl(196, 82%, 58%) |
| CMYK | cmyk(75%, 20%, 0%, 8%) |
| LAB | lab(71.5 -19.6 -33.4) |
| LCH | lch(71.5 38.7 239.6) |
| OKLCH | oklch(0.746 0.128 227.1) |
Copy-ready code
/* CSS */
color: #3abceb;
background-color: #3abceb;
/* Tailwind (arbitrary) */
class="text-[#3abceb] bg-[#3abceb]"
/* SCSS */
$brand: #3abceb;
/* SwiftUI */
Color(red: 0.227, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#3abceb")Accessibility — WCAG contrast
Aa
#3abceb on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3abceb on black: 9.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green73.7%
Blue92.2%
CMYK percentages
Cyan75.3%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#3abceb text on a black background
contrast 9.57:1
Card sample
#3abceb text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3abceb;
Background color
Panel with #3abceb background
background-color: #3abceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3abceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3abceb; background: linear-gradient(135deg, #3abceb, #3A46EB);