#1eb0bf
a dark, vivid cyan · cool · closest name: teal
RGB
30, 176, 191
HSL
186°, 73%, 43%
CMYK
84, 8, 0, 25
Luminance
0.3509
Every format
| HEX | #1eb0bf |
| RGB | rgb(30, 176, 191) |
| HSL | hsl(186, 73%, 43%) |
| CMYK | cmyk(84%, 8%, 0%, 25%) |
| LAB | lab(65.8 -30.3 -17.9) |
| LCH | lch(65.8 35.3 210.6) |
| OKLCH | oklch(0.694 0.114 206.1) |
Copy-ready code
/* CSS */
color: #1eb0bf;
background-color: #1eb0bf;
/* Tailwind (arbitrary) */
class="text-[#1eb0bf] bg-[#1eb0bf]"
/* SCSS */
$brand: #1eb0bf;
/* SwiftUI */
Color(red: 0.118, green: 0.690, blue: 0.749)
/* Android */
Color.parseColor("#1eb0bf")Accessibility — WCAG contrast
Aa
#1eb0bf on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1eb0bf on black: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green69.0%
Blue74.9%
CMYK percentages
Cyan84.3%
Magenta7.9%
Yellow0.0%
Key (black)25.1%
Color previews
#1eb0bf text on a black background
contrast 8.02:1
Card sample
#1eb0bf text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1eb0bf;
Background color
Panel with #1eb0bf background
background-color: #1eb0bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1eb0bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 176, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 176, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1eb0bf; background: linear-gradient(135deg, #1eb0bf, #1E45BF);