#1e9daf
a dark, vivid cyan · cool · closest name: teal
RGB
30, 157, 175
HSL
187°, 71%, 40%
CMYK
83, 10, 0, 31
Luminance
0.2749
Every format
| HEX | #1e9daf |
| RGB | rgb(30, 157, 175) |
| HSL | hsl(187, 71%, 40%) |
| CMYK | cmyk(83%, 10%, 0%, 31%) |
| LAB | lab(59.4 -26.1 -18.7) |
| LCH | lch(59.4 32.1 215.7) |
| OKLCH | oklch(0.640 0.105 209.9) |
Copy-ready code
/* CSS */
color: #1e9daf;
background-color: #1e9daf;
/* Tailwind (arbitrary) */
class="text-[#1e9daf] bg-[#1e9daf]"
/* SCSS */
$brand: #1e9daf;
/* SwiftUI */
Color(red: 0.118, green: 0.616, blue: 0.686)
/* Android */
Color.parseColor("#1e9daf")Accessibility — WCAG contrast
Aa
#1e9daf on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1e9daf on black: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.8%
Green61.6%
Blue68.6%
CMYK percentages
Cyan82.9%
Magenta10.3%
Yellow0.0%
Key (black)31.4%
Color previews
#1e9daf text on a black background
contrast 6.50:1
Card sample
#1e9daf text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1e9daf;
Background color
Panel with #1e9daf background
background-color: #1e9daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1e9daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(30, 157, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(30, 157, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1e9daf; background: linear-gradient(135deg, #1e9daf, #1E3CAF);