#30adeb
a balanced, electric cyan · cool · closest name: steelblue
RGB
48, 173, 235
HSL
200°, 82%, 56%
CMYK
80, 26, 0, 8
Luminance
0.3651
Every format
| HEX | #30adeb |
| RGB | rgb(48, 173, 235) |
| HSL | hsl(200, 82%, 56%) |
| CMYK | cmyk(80%, 26%, 0%, 8%) |
| LAB | lab(66.9 -12.6 -40.5) |
| LCH | lch(66.9 42.4 252.7) |
| OKLCH | oklch(0.709 0.138 235.9) |
Copy-ready code
/* CSS */
color: #30adeb;
background-color: #30adeb;
/* Tailwind (arbitrary) */
class="text-[#30adeb] bg-[#30adeb]"
/* SCSS */
$brand: #30adeb;
/* SwiftUI */
Color(red: 0.188, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#30adeb")Accessibility — WCAG contrast
Aa
#30adeb on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#30adeb on black: 8.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green67.8%
Blue92.2%
CMYK percentages
Cyan79.6%
Magenta26.4%
Yellow0.0%
Key (black)7.8%
Color previews
#30adeb text on a black background
contrast 8.30:1
Card sample
#30adeb text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30adeb;
Background color
Panel with #30adeb background
background-color: #30adeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30adeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30adeb; background: linear-gradient(135deg, #30adeb, #3030EB);