Teal
#149F91
CyanColor Codes
All color formats for development
HEX
#149F91RGB
rgb(20, 159, 145)HSL
hsl(174, 78%, 35%)OKLCH
oklch(0.633 0.109 183.7)CMYK
cmyk(87%, 0%, 9%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#128F82
2#107F74
3#0E6F65
4#0C5F57
5#0A4F48
6#08403A
7#06302B
8#04201D
9#02100E
Tints
Lighter variations
1#17BCAC
2#1BDAC7
3#30E5D3
4#4EE9DA
5#6BEDE0
6#89F0E6
7#A6F4EC
8#C4F8F3
9#E1FBF9
Tones
Muted variations
1#1B988B
2#229186
3#298A80
4#2F837B
5#367C75
6#3D7570
7#446E6A
8#4B6764
9#52605F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E9 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBDD | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6D4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C8B6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7168 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094942 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFC;
--teal-100: #DFFBF8;
--teal-200: #C4F8F3;
--teal-300: #97F2E9;
--teal-400: #60EBDD;
--teal-500: #33E6D4;
--teal-600: #19C8B6;
--teal-700: #149F91;
--teal-800: #0E7168;
--teal-900: #094942;
--teal-950: #062D29;
}