#1eadef
a balanced, electric cyan · cool · closest name: steelblue
RGB
30, 173, 239
HSL
199°, 87%, 53%
CMYK
87, 28, 0, 6
Luminance
0.3640
Every format
| HEX | #1eadef |
| RGB | rgb(30, 173, 239) |
| HSL | hsl(199, 87%, 53%) |
| CMYK | cmyk(87%, 28%, 0%, 6%) |
| LAB | lab(66.8 -12.6 -42.8) |
| LCH | lch(66.8 44.6 253.6) |
| OKLCH | oklch(0.708 0.146 236.1) |
Copy-ready code
/* CSS */
color: #1eadef;
background-color: #1eadef;
/* Tailwind (arbitrary) */
class="text-[#1eadef] bg-[#1eadef]"
/* SCSS */
$brand: #1eadef;
/* SwiftUI */
Color(red: 0.118, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#1eadef")Accessibility — WCAG contrast
Aa
#1eadef on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1eadef on black: 8.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green67.8%
Blue93.7%
CMYK percentages
Cyan87.4%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#1eadef text on a black background
contrast 8.28:1
Card sample
#1eadef text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1eadef;
Background color
Panel with #1eadef background
background-color: #1eadef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1eadef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1eadef; background: linear-gradient(135deg, #1eadef, #1E22EF);