#3abdf3
a balanced, electric cyan · cool · closest name: skyblue
RGB
58, 189, 243
HSL
198°, 89%, 59%
CMYK
76, 22, 0, 5
Luminance
0.4377
Every format
| HEX | #3abdf3 |
| RGB | rgb(58, 189, 243) |
| HSL | hsl(198, 89%, 59%) |
| CMYK | cmyk(76%, 22%, 0%, 5%) |
| LAB | lab(72.1 -17.5 -36.8) |
| LCH | lch(72.1 40.7 244.6) |
| OKLCH | oklch(0.752 0.134 230.5) |
Copy-ready code
/* CSS */
color: #3abdf3;
background-color: #3abdf3;
/* Tailwind (arbitrary) */
class="text-[#3abdf3] bg-[#3abdf3]"
/* SCSS */
$brand: #3abdf3;
/* SwiftUI */
Color(red: 0.227, green: 0.741, blue: 0.953)
/* Android */
Color.parseColor("#3abdf3")Accessibility — WCAG contrast
Aa
#3abdf3 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3abdf3 on black: 9.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green74.1%
Blue95.3%
CMYK percentages
Cyan76.1%
Magenta22.2%
Yellow0.0%
Key (black)4.7%
Color previews
#3abdf3 text on a black background
contrast 9.75:1
Card sample
#3abdf3 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3abdf3;
Background color
Panel with #3abdf3 background
background-color: #3abdf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3abdf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 189, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 189, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3abdf3; background: linear-gradient(135deg, #3abdf3, #3A42F3);