Teal
#13A075
GreenColor Codes
All color formats for development
HEX
#13A075RGB
rgb(19, 160, 117)HSL
hsl(162, 79%, 35%)OKLCH
oklch(0.627 0.128 165.2)CMYK
cmyk(88%, 0%, 27%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#11906A
2#0F805E
3#0D7052
4#0B6046
5#09503B
6#07402F
7#063023
8#042017
9#02100C
Tints
Lighter variations
1#16BD8B
2#1ADBA1
3#2FE7B0
4#4DEABB
5#6BEEC6
6#88F1D2
7#A6F5DD
8#C4F8E8
9#E1FCF4
Tones
Muted variations
1#1A9973
2#219270
3#288B6D
4#2F846A
5#367D67
6#3D7565
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 | 96F3 #96F3D7 | BordersInactive statesPlaceholder text |
| 400 | 5FEC #5FECC2 | Disabled statesSecondary iconsMuted text |
| 500 | 32E7 #32E7B1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18C9 #18C994 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 13A0 #13A075 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D72 #0D7254 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094936 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E22 | 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: #96F3D7;
--teal-400: #5FECC2;
--teal-500: #32E7B1;
--teal-600: #18C994;
--teal-700: #13A075;
--teal-800: #0D7254;
--teal-900: #094936;
--teal-950: #052E22;
}