#1ebac8
a balanced, vivid cyan · cool · closest name: skyblue
RGB
30, 186, 200
HSL
185°, 74%, 45%
CMYK
85, 7, 0, 22
Luminance
0.3956
Every format
| HEX | #1ebac8 |
| RGB | rgb(30, 186, 200) |
| HSL | hsl(185, 74%, 45%) |
| CMYK | cmyk(85%, 7%, 0%, 22%) |
| LAB | lab(69.2 -32.3 -17.8) |
| LCH | lch(69.2 36.9 208.9) |
| OKLCH | oklch(0.722 0.119 204.8) |
Copy-ready code
/* CSS */
color: #1ebac8;
background-color: #1ebac8;
/* Tailwind (arbitrary) */
class="text-[#1ebac8] bg-[#1ebac8]"
/* SCSS */
$brand: #1ebac8;
/* SwiftUI */
Color(red: 0.118, green: 0.729, blue: 0.784)
/* Android */
Color.parseColor("#1ebac8")Accessibility — WCAG contrast
Aa
#1ebac8 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1ebac8 on black: 8.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green72.9%
Blue78.4%
CMYK percentages
Cyan85.0%
Magenta7.0%
Yellow0.0%
Key (black)21.6%
Color previews
#1ebac8 text on a black background
contrast 8.91:1
Card sample
#1ebac8 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ebac8;
Background color
Panel with #1ebac8 background
background-color: #1ebac8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ebac8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 186, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 186, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ebac8; background: linear-gradient(135deg, #1ebac8, #1E49C8);