Teal
#149F93
CyanColor Codes
All color formats for development
HEX
#149F93RGB
rgb(20, 159, 147)HSL
hsl(175, 78%, 35%)OKLCH
oklch(0.633 0.108 185.3)CMYK
cmyk(87%, 0%, 8%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#128F85
2#107F76
3#0E6F67
4#0C5F58
5#0A4F4A
6#08403B
7#06302C
8#04201D
9#02100F
Tints
Lighter variations
1#17BCAF
2#1BDACA
3#30E5D6
4#4EE9DC
5#6BEDE2
6#89F0E8
7#A6F4EE
8#C4F8F3
9#E1FBF9
Tones
Muted variations
1#1B988D
2#229188
3#298A82
4#2F837C
5#367C76
6#3D7570
7#446E6B
8#4B6765
9#52605F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2EA | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBE0 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7169 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094943 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFC;
--teal-100: #DFFBF9;
--teal-200: #C4F8F3;
--teal-300: #97F2EA;
--teal-400: #60EBE0;
--teal-500: #33E6D7;
--teal-600: #19C8B9;
--teal-700: #149F93;
--teal-800: #0E7169;
--teal-900: #094943;
--teal-950: #062D2A;
}