#1eb1ba
a dark, vivid cyan · cool · closest name: teal
RGB
30, 177, 186
HSL
184°, 72%, 42%
CMYK
84, 5, 0, 27
Luminance
0.3527
Every format
| HEX | #1eb1ba |
| RGB | rgb(30, 177, 186) |
| HSL | hsl(184, 72%, 42%) |
| CMYK | cmyk(84%, 5%, 0%, 27%) |
| LAB | lab(66.0 -32.4 -15.0) |
| LCH | lch(66.0 35.7 204.8) |
| OKLCH | oklch(0.694 0.113 201.6) |
Copy-ready code
/* CSS */
color: #1eb1ba;
background-color: #1eb1ba;
/* Tailwind (arbitrary) */
class="text-[#1eb1ba] bg-[#1eb1ba]"
/* SCSS */
$brand: #1eb1ba;
/* SwiftUI */
Color(red: 0.118, green: 0.694, blue: 0.729)
/* Android */
Color.parseColor("#1eb1ba")Accessibility — WCAG contrast
Aa
#1eb1ba on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1eb1ba on black: 8.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green69.4%
Blue72.9%
CMYK percentages
Cyan83.9%
Magenta4.8%
Yellow0.0%
Key (black)27.1%
Color previews
#1eb1ba text on a black background
contrast 8.05:1
Card sample
#1eb1ba text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1eb1ba;
Background color
Panel with #1eb1ba background
background-color: #1eb1ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1eb1ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 177, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 177, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1eb1ba; background: linear-gradient(135deg, #1eb1ba, #1E49BA);