#1eadeb
a balanced, electric cyan · cool · closest name: steelblue
RGB
30, 173, 235
HSL
198°, 84%, 52%
CMYK
87, 26, 0, 8
Luminance
0.3616
Every format
| HEX | #1eadeb |
| RGB | rgb(30, 173, 235) |
| HSL | hsl(198, 84%, 52%) |
| CMYK | cmyk(87%, 26%, 0%, 8%) |
| LAB | lab(66.6 -14.0 -40.9) |
| LCH | lch(66.6 43.2 251.1) |
| OKLCH | oklch(0.706 0.142 234.4) |
Copy-ready code
/* CSS */
color: #1eadeb;
background-color: #1eadeb;
/* Tailwind (arbitrary) */
class="text-[#1eadeb] bg-[#1eadeb]"
/* SCSS */
$brand: #1eadeb;
/* SwiftUI */
Color(red: 0.118, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#1eadeb")Accessibility — WCAG contrast
Aa
#1eadeb on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1eadeb on black: 8.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green67.8%
Blue92.2%
CMYK percentages
Cyan87.2%
Magenta26.4%
Yellow0.0%
Key (black)7.8%
Color previews
#1eadeb text on a black background
contrast 8.23:1
Card sample
#1eadeb text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1eadeb;
Background color
Panel with #1eadeb background
background-color: #1eadeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1eadeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1eadeb; background: linear-gradient(135deg, #1eadeb, #1E25EB);