#1eb7fc
a balanced, electric cyan · cool · closest name: steelblue
RGB
30, 183, 252
HSL
199°, 97%, 55%
CMYK
88, 27, 0, 1
Luminance
0.4117
Every format
| HEX | #1eb7fc |
| RGB | rgb(30, 183, 252) |
| HSL | hsl(199, 97%, 55%) |
| CMYK | cmyk(88%, 27%, 0%, 1%) |
| LAB | lab(70.3 -13.5 -44.4) |
| LCH | lch(70.3 46.4 253.1) |
| OKLCH | oklch(0.738 0.152 235.7) |
Copy-ready code
/* CSS */
color: #1eb7fc;
background-color: #1eb7fc;
/* Tailwind (arbitrary) */
class="text-[#1eb7fc] bg-[#1eb7fc]"
/* SCSS */
$brand: #1eb7fc;
/* SwiftUI */
Color(red: 0.118, green: 0.718, blue: 0.988)
/* Android */
Color.parseColor("#1eb7fc")Accessibility — WCAG contrast
Aa
#1eb7fc on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1eb7fc on black: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green71.8%
Blue98.8%
CMYK percentages
Cyan88.1%
Magenta27.4%
Yellow0.0%
Key (black)1.2%
Color previews
#1eb7fc text on a black background
contrast 9.23:1
Card sample
#1eb7fc text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1eb7fc;
Background color
Panel with #1eb7fc background
background-color: #1eb7fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1eb7fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 183, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 183, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1eb7fc; background: linear-gradient(135deg, #1eb7fc, #1E23FC);