#30abeb
a balanced, electric blue · cool · closest name: steelblue
RGB
48, 171, 235
HSL
201°, 82%, 56%
CMYK
80, 27, 0, 8
Luminance
0.3575
Every format
| HEX | #30abeb |
| RGB | rgb(48, 171, 235) |
| HSL | hsl(201, 82%, 56%) |
| CMYK | cmyk(80%, 27%, 0%, 8%) |
| LAB | lab(66.3 -11.5 -41.4) |
| LCH | lch(66.3 43.0 254.4) |
| OKLCH | oklch(0.704 0.139 237.1) |
Copy-ready code
/* CSS */
color: #30abeb;
background-color: #30abeb;
/* Tailwind (arbitrary) */
class="text-[#30abeb] bg-[#30abeb]"
/* SCSS */
$brand: #30abeb;
/* SwiftUI */
Color(red: 0.188, green: 0.671, blue: 0.922)
/* Android */
Color.parseColor("#30abeb")Accessibility — WCAG contrast
Aa
#30abeb on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#30abeb on black: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green67.1%
Blue92.2%
CMYK percentages
Cyan79.6%
Magenta27.2%
Yellow0.0%
Key (black)7.8%
Color previews
#30abeb text on a black background
contrast 8.15:1
Card sample
#30abeb text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30abeb;
Background color
Panel with #30abeb background
background-color: #30abeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30abeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 171, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 171, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30abeb; background: linear-gradient(135deg, #30abeb, #3230EB);