#1e9dab
a dark, vivid cyan · cool · closest name: teal
RGB
30, 157, 171
HSL
186°, 70%, 39%
CMYK
83, 8, 0, 33
Luminance
0.2733
Every format
| HEX | #1e9dab |
| RGB | rgb(30, 157, 171) |
| HSL | hsl(186, 70%, 39%) |
| CMYK | cmyk(83%, 8%, 0%, 33%) |
| LAB | lab(59.3 -27.4 -16.7) |
| LCH | lch(59.3 32.0 211.3) |
| OKLCH | oklch(0.638 0.103 206.6) |
Copy-ready code
/* CSS */
color: #1e9dab;
background-color: #1e9dab;
/* Tailwind (arbitrary) */
class="text-[#1e9dab] bg-[#1e9dab]"
/* SCSS */
$brand: #1e9dab;
/* SwiftUI */
Color(red: 0.118, green: 0.616, blue: 0.671)
/* Android */
Color.parseColor("#1e9dab")Accessibility — WCAG contrast
Aa
#1e9dab on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1e9dab on black: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green61.6%
Blue67.1%
CMYK percentages
Cyan82.5%
Magenta8.2%
Yellow0.0%
Key (black)32.9%
Color previews
#1e9dab text on a black background
contrast 6.47:1
Card sample
#1e9dab text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1e9dab;
Background color
Panel with #1e9dab background
background-color: #1e9dab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1e9dab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 157, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 157, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1e9dab; background: linear-gradient(135deg, #1e9dab, #1E3FAB);