Teal
#149F75
GreenColor Codes
All color formats for development
HEX
#149F75RGB
rgb(20, 159, 117)HSL
hsl(162, 78%, 35%)OKLCH
oklch(0.625 0.126 165.5)CMYK
cmyk(87%, 0%, 26%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#128F69
2#107F5E
3#0E6F52
4#0C5F46
5#0A4F3B
6#08402F
7#063023
8#042017
9#02100C
Tints
Lighter variations
1#17BC8B
2#1BDAA1
3#30E5AF
4#4EE9BB
5#6BEDC6
6#89F0D1
7#A6F4DD
8#C4F8E8
9#E1FBF4
Tones
Muted variations
1#1B9872
2#229170
3#298A6D
4#2F836A
5#367C67
6#3D7564
7#446E62
8#4B675F
9#52605C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2D7 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBC2 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6B0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C893 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F75 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7154 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094936 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFA;
--teal-100: #DFFBF3;
--teal-200: #C4F8E8;
--teal-300: #97F2D7;
--teal-400: #60EBC2;
--teal-500: #33E6B0;
--teal-600: #19C893;
--teal-700: #149F75;
--teal-800: #0E7154;
--teal-900: #094936;
--teal-950: #062D21;
}