Teal
#0DA570
GreenColor Codes
All color formats for development
HEX
#0DA570RGB
rgb(13, 165, 112)HSL
hsl(159, 85%, 35%)OKLCH
oklch(0.639 0.139 161.3)CMYK
cmyk(92%, 0%, 32%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C9565
2#0B845A
3#09744E
4#086343
5#075338
6#05422D
7#043222
8#032116
9#01110B
Tints
Lighter variations
1#10C485
2#12E29A
3#28EEA9
4#47F0B5
5#66F3C1
6#84F5CE
7#A3F8DA
8#C2FAE6
9#E0FDF3
Tones
Muted variations
1#159E6E
2#1D966B
3#248E69
4#2C8767
5#337F65
6#3B7862
7#427060
8#4A685E
9#52615C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6D3 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2BD | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D08D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA570 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7650 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B33 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEF9;
--teal-100: #DEFCF2;
--teal-200: #C2FAE6;
--teal-300: #92F6D3;
--teal-400: #5AF2BD;
--teal-500: #2BEEAA;
--teal-600: #11D08D;
--teal-700: #0DA570;
--teal-800: #0A7650;
--teal-900: #064B33;
--teal-950: #042F20;
}