#3abbff
a balanced, electric blue · cool · closest name: skyblue
RGB
58, 187, 255
HSL
201°, 100%, 61%
CMYK
77, 27, 0, 0
Luminance
0.4366
Every format
| HEX | #3abbff |
| RGB | rgb(58, 187, 255) |
| HSL | hsl(201, 100%, 61%) |
| CMYK | cmyk(77%, 27%, 0%, 0%) |
| LAB | lab(72.0 -12.4 -43.4) |
| LCH | lch(72.0 45.1 254.0) |
| OKLCH | oklch(0.753 0.146 237.0) |
Copy-ready code
/* CSS */
color: #3abbff;
background-color: #3abbff;
/* Tailwind (arbitrary) */
class="text-[#3abbff] bg-[#3abbff]"
/* SCSS */
$brand: #3abbff;
/* SwiftUI */
Color(red: 0.227, green: 0.733, blue: 1.000)
/* Android */
Color.parseColor("#3abbff")Accessibility — WCAG contrast
Aa
#3abbff on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3abbff on black: 9.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green73.3%
Blue100.0%
CMYK percentages
Cyan77.3%
Magenta26.7%
Yellow0.0%
Key (black)0.0%
Color previews
#3abbff text on a black background
contrast 9.73:1
Card sample
#3abbff text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3abbff;
Background color
Panel with #3abbff background
background-color: #3abbff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3abbff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 187, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 187, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3abbff; background: linear-gradient(135deg, #3abbff, #3C3AFF);