#1eafeb
a balanced, electric cyan · cool · closest name: steelblue
RGB
30, 175, 235
HSL
198°, 84%, 52%
CMYK
87, 26, 0, 8
Luminance
0.3693
Every format
| HEX | #1eafeb |
| RGB | rgb(30, 175, 235) |
| HSL | hsl(198, 84%, 52%) |
| CMYK | cmyk(87%, 26%, 0%, 8%) |
| LAB | lab(67.2 -15.1 -40.0) |
| LCH | lch(67.2 42.8 249.3) |
| OKLCH | oklch(0.711 0.141 233.2) |
Copy-ready code
/* CSS */
color: #1eafeb;
background-color: #1eafeb;
/* Tailwind (arbitrary) */
class="text-[#1eafeb] bg-[#1eafeb]"
/* SCSS */
$brand: #1eafeb;
/* SwiftUI */
Color(red: 0.118, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#1eafeb")Accessibility — WCAG contrast
Aa
#1eafeb on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1eafeb on black: 8.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green68.6%
Blue92.2%
CMYK percentages
Cyan87.2%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#1eafeb text on a black background
contrast 8.39:1
Card sample
#1eafeb text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1eafeb;
Background color
Panel with #1eafeb background
background-color: #1eafeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1eafeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1eafeb; background: linear-gradient(135deg, #1eafeb, #1E26EB);