Teal
#13A071
GreenColor Codes
All color formats for development
HEX
#13A071RGB
rgb(19, 160, 113)HSL
hsl(160, 79%, 35%)OKLCH
oklch(0.626 0.131 163.2)CMYK
cmyk(88%, 0%, 29%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#119065
2#0F805A
3#0D704F
4#0B6044
5#095038
6#07402D
7#063022
8#042017
9#02100B
Tints
Lighter variations
1#16BD86
2#1ADB9B
3#2FE7AA
4#4DEAB6
5#6BEEC2
6#88F1CE
7#A6F5DA
8#C4F8E7
9#E1FCF3
Tones
Muted variations
1#1A996E
2#21926C
3#288B6A
4#2F8467
5#367D65
6#3D7563
7#446E60
8#4B675E
9#52605C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96F3 #96F3D4 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECBD | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C98E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A071 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7251 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094934 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDF9;
--teal-100: #DFFBF2;
--teal-200: #C4F8E7;
--teal-300: #96F3D4;
--teal-400: #5FECBD;
--teal-500: #32E7AA;
--teal-600: #18C98E;
--teal-700: #13A071;
--teal-800: #0D7251;
--teal-900: #094934;
--teal-950: #052E20;
}