#3abdfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
58, 189, 253
HSL
200°, 98%, 61%
CMYK
77, 25, 0, 1
Luminance
0.4439
Every format
| HEX | #3abdfd |
| RGB | rgb(58, 189, 253) |
| HSL | hsl(200, 98%, 61%) |
| CMYK | cmyk(77%, 25%, 0%, 1%) |
| LAB | lab(72.5 -14.1 -41.5) |
| LCH | lch(72.5 43.9 251.2) |
| OKLCH | oklch(0.756 0.143 235.1) |
Copy-ready code
/* CSS */
color: #3abdfd;
background-color: #3abdfd;
/* Tailwind (arbitrary) */
class="text-[#3abdfd] bg-[#3abdfd]"
/* SCSS */
$brand: #3abdfd;
/* SwiftUI */
Color(red: 0.227, green: 0.741, blue: 0.992)
/* Android */
Color.parseColor("#3abdfd")Accessibility — WCAG contrast
Aa
#3abdfd on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3abdfd on black: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green74.1%
Blue99.2%
CMYK percentages
Cyan77.1%
Magenta25.3%
Yellow0.0%
Key (black)0.8%
Color previews
#3abdfd text on a black background
contrast 9.88:1
Card sample
#3abdfd text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3abdfd;
Background color
Panel with #3abdfd background
background-color: #3abdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3abdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 189, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 189, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3abdfd; background: linear-gradient(135deg, #3abdfd, #3A3BFD);