#1eb5ff
a balanced, electric cyan · cool · closest name: steelblue
RGB
30, 181, 255
HSL
200°, 100%, 56%
CMYK
88, 29, 0, 0
Luminance
0.4054
Every format
| HEX | #1eb5ff |
| RGB | rgb(30, 181, 255) |
| HSL | hsl(200, 100%, 56%) |
| CMYK | cmyk(88%, 29%, 0%, 0%) |
| LAB | lab(69.8 -11.3 -46.8) |
| LCH | lch(69.8 48.1 256.4) |
| OKLCH | oklch(0.734 0.157 237.9) |
Copy-ready code
/* CSS */
color: #1eb5ff;
background-color: #1eb5ff;
/* Tailwind (arbitrary) */
class="text-[#1eb5ff] bg-[#1eb5ff]"
/* SCSS */
$brand: #1eb5ff;
/* SwiftUI */
Color(red: 0.118, green: 0.710, blue: 1.000)
/* Android */
Color.parseColor("#1eb5ff")Accessibility — WCAG contrast
Aa
#1eb5ff on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1eb5ff on black: 9.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green71.0%
Blue100.0%
CMYK percentages
Cyan88.2%
Magenta29.0%
Yellow0.0%
Key (black)0.0%
Color previews
#1eb5ff text on a black background
contrast 9.11:1
Card sample
#1eb5ff text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1eb5ff;
Background color
Panel with #1eb5ff background
background-color: #1eb5ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1eb5ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 181, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 181, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1eb5ff; background: linear-gradient(135deg, #1eb5ff, #1E1FFF);