#1eade7
a balanced, electric cyan · cool · closest name: steelblue
RGB
30, 173, 231
HSL
197°, 81%, 51%
CMYK
87, 25, 0, 9
Luminance
0.3593
Every format
| HEX | #1eade7 |
| RGB | rgb(30, 173, 231) |
| HSL | hsl(197, 81%, 51%) |
| CMYK | cmyk(87%, 25%, 0%, 9%) |
| LAB | lab(66.5 -15.4 -39.0) |
| LCH | lch(66.5 41.9 248.4) |
| OKLCH | oklch(0.704 0.139 232.6) |
Copy-ready code
/* CSS */
color: #1eade7;
background-color: #1eade7;
/* Tailwind (arbitrary) */
class="text-[#1eade7] bg-[#1eade7]"
/* SCSS */
$brand: #1eade7;
/* SwiftUI */
Color(red: 0.118, green: 0.678, blue: 0.906)
/* Android */
Color.parseColor("#1eade7")Accessibility — WCAG contrast
Aa
#1eade7 on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1eade7 on black: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green67.8%
Blue90.6%
CMYK percentages
Cyan87.0%
Magenta25.1%
Yellow0.0%
Key (black)9.4%
Color previews
#1eade7 text on a black background
contrast 8.19:1
Card sample
#1eade7 text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1eade7;
Background color
Panel with #1eade7 background
background-color: #1eade7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1eade7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 173, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 173, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1eade7; background: linear-gradient(135deg, #1eade7, #1E27E7);