#1eb2f6
a balanced, electric cyan · cool · closest name: steelblue
RGB
30, 178, 246
HSL
199°, 92%, 54%
CMYK
88, 28, 0, 4
Luminance
0.3877
Every format
| HEX | #1eb2f6 |
| RGB | rgb(30, 178, 246) |
| HSL | hsl(199, 92%, 54%) |
| CMYK | cmyk(88%, 28%, 0%, 4%) |
| LAB | lab(68.6 -12.9 -43.9) |
| LCH | lch(68.6 45.7 253.7) |
| OKLCH | oklch(0.723 0.150 236.1) |
Copy-ready code
/* CSS */
color: #1eb2f6;
background-color: #1eb2f6;
/* Tailwind (arbitrary) */
class="text-[#1eb2f6] bg-[#1eb2f6]"
/* SCSS */
$brand: #1eb2f6;
/* SwiftUI */
Color(red: 0.118, green: 0.698, blue: 0.965)
/* Android */
Color.parseColor("#1eb2f6")Accessibility — WCAG contrast
Aa
#1eb2f6 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1eb2f6 on black: 8.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green69.8%
Blue96.5%
CMYK percentages
Cyan87.8%
Magenta27.6%
Yellow0.0%
Key (black)3.5%
Color previews
#1eb2f6 text on a black background
contrast 8.75:1
Card sample
#1eb2f6 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1eb2f6;
Background color
Panel with #1eb2f6 background
background-color: #1eb2f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1eb2f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 178, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 178, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1eb2f6; background: linear-gradient(135deg, #1eb2f6, #1E22F6);