Teal
#0DA57A
GreenColor Codes
All color formats for development
HEX
#0DA57ARGB
rgb(13, 165, 122)HSL
hsl(163, 85%, 35%)OKLCH
oklch(0.641 0.131 166)CMYK
cmyk(92%, 0%, 26%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C956E
2#0B8462
3#097455
4#086349
5#07533D
6#054231
7#043225
8#032118
9#01110C
Tints
Lighter variations
1#10C491
2#12E2A7
3#28EEB6
4#47F0C0
5#66F3CB
6#84F5D5
7#A3F8E0
8#C2FAEA
9#E0FDF5
Tones
Muted variations
1#159E77
2#1D9674
3#248E70
4#2C876D
5#337F6A
6#3B7866
7#427063
8#4A6860
9#52615D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6DA | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2C7 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D09A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA57A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A7657 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B38 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFA;
--teal-100: #DEFCF4;
--teal-200: #C2FAEA;
--teal-300: #92F6DA;
--teal-400: #5AF2C7;
--teal-500: #2BEEB7;
--teal-600: #11D09A;
--teal-700: #0DA57A;
--teal-800: #0A7657;
--teal-900: #064B38;
--teal-950: #042F23;
}