#1eb4fe
a balanced, electric cyan · cool · closest name: steelblue
RGB
30, 180, 254
HSL
200°, 99%, 56%
CMYK
88, 29, 0, 0
Luminance
0.4007
Every format
| HEX | #1eb4fe |
| RGB | rgb(30, 180, 254) |
| HSL | hsl(200, 99%, 56%) |
| CMYK | cmyk(88%, 29%, 0%, 0%) |
| LAB | lab(69.5 -11.1 -46.7) |
| LCH | lch(69.5 48.0 256.6) |
| OKLCH | oklch(0.732 0.156 238.1) |
Copy-ready code
/* CSS */
color: #1eb4fe;
background-color: #1eb4fe;
/* Tailwind (arbitrary) */
class="text-[#1eb4fe] bg-[#1eb4fe]"
/* SCSS */
$brand: #1eb4fe;
/* SwiftUI */
Color(red: 0.118, green: 0.706, blue: 0.996)
/* Android */
Color.parseColor("#1eb4fe")Accessibility — WCAG contrast
Aa
#1eb4fe on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1eb4fe on black: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green70.6%
Blue99.6%
CMYK percentages
Cyan88.2%
Magenta29.1%
Yellow0.0%
Key (black)0.4%
Color previews
#1eb4fe text on a black background
contrast 9.01:1
Card sample
#1eb4fe text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1eb4fe;
Background color
Panel with #1eb4fe background
background-color: #1eb4fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1eb4fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 180, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 180, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1eb4fe; background: linear-gradient(135deg, #1eb4fe, #1E1FFE);