#3abfec
a balanced, electric cyan · cool · closest name: skyblue
RGB
58, 191, 236
HSL
195°, 82%, 58%
CMYK
75, 19, 0, 8
Luminance
0.4422
Every format
| HEX | #3abfec |
| RGB | rgb(58, 191, 236) |
| HSL | hsl(195, 82%, 58%) |
| CMYK | cmyk(75%, 19%, 0%, 8%) |
| LAB | lab(72.4 -20.8 -32.5) |
| LCH | lch(72.4 38.6 237.4) |
| OKLCH | oklch(0.753 0.128 225.5) |
Copy-ready code
/* CSS */
color: #3abfec;
background-color: #3abfec;
/* Tailwind (arbitrary) */
class="text-[#3abfec] bg-[#3abfec]"
/* SCSS */
$brand: #3abfec;
/* SwiftUI */
Color(red: 0.227, green: 0.749, blue: 0.925)
/* Android */
Color.parseColor("#3abfec")Accessibility — WCAG contrast
Aa
#3abfec on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3abfec on black: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green74.9%
Blue92.5%
CMYK percentages
Cyan75.4%
Magenta19.1%
Yellow0.0%
Key (black)7.5%
Color previews
#3abfec text on a black background
contrast 9.84:1
Card sample
#3abfec text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3abfec;
Background color
Panel with #3abfec background
background-color: #3abfec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3abfec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 191, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 191, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3abfec; background: linear-gradient(135deg, #3abfec, #3A48EC);