#3abdff
a balanced, electric blue · cool · closest name: skyblue
RGB
58, 189, 255
HSL
200°, 100%, 61%
CMYK
77, 26, 0, 0
Luminance
0.4451
Every format
| HEX | #3abdff |
| RGB | rgb(58, 189, 255) |
| HSL | hsl(200, 100%, 61%) |
| CMYK | cmyk(77%, 26%, 0%, 0%) |
| LAB | lab(72.6 -13.5 -42.5) |
| LCH | lch(72.6 44.5 252.4) |
| OKLCH | oklch(0.757 0.145 235.9) |
Copy-ready code
/* CSS */
color: #3abdff;
background-color: #3abdff;
/* Tailwind (arbitrary) */
class="text-[#3abdff] bg-[#3abdff]"
/* SCSS */
$brand: #3abdff;
/* SwiftUI */
Color(red: 0.227, green: 0.741, blue: 1.000)
/* Android */
Color.parseColor("#3abdff")Accessibility — WCAG contrast
Aa
#3abdff on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3abdff on black: 9.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green74.1%
Blue100.0%
CMYK percentages
Cyan77.3%
Magenta25.9%
Yellow0.0%
Key (black)0.0%
Color previews
#3abdff text on a black background
contrast 9.90:1
Card sample
#3abdff text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3abdff;
Background color
Panel with #3abdff background
background-color: #3abdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3abdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 189, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 189, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3abdff; background: linear-gradient(135deg, #3abdff, #3A3AFF);