#1ebeee
a balanced, electric cyan · cool · closest name: skyblue
RGB
30, 190, 238
HSL
194°, 86%, 53%
CMYK
87, 20, 0, 7
Luminance
0.4328
Every format
| HEX | #1ebeee |
| RGB | rgb(30, 190, 238) |
| HSL | hsl(194, 86%, 53%) |
| CMYK | cmyk(87%, 20%, 0%, 7%) |
| LAB | lab(71.7 -21.9 -34.6) |
| LCH | lch(71.7 41.0 237.6) |
| OKLCH | oklch(0.747 0.137 225.3) |
Copy-ready code
/* CSS */
color: #1ebeee;
background-color: #1ebeee;
/* Tailwind (arbitrary) */
class="text-[#1ebeee] bg-[#1ebeee]"
/* SCSS */
$brand: #1ebeee;
/* SwiftUI */
Color(red: 0.118, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#1ebeee")Accessibility — WCAG contrast
Aa
#1ebeee on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1ebeee on black: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green74.5%
Blue93.3%
CMYK percentages
Cyan87.4%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#1ebeee text on a black background
contrast 9.66:1
Card sample
#1ebeee text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ebeee;
Background color
Panel with #1ebeee background
background-color: #1ebeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ebeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ebeee; background: linear-gradient(135deg, #1ebeee, #1E33EE);