Teal
#0DA56B
GreenColor Codes
All color formats for development
HEX
#0DA56BRGB
rgb(13, 165, 107)HSL
hsl(157, 85%, 35%)OKLCH
oklch(0.638 0.144 159.2)CMYK
cmyk(92%, 0%, 35%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C9560
2#0B8456
3#09744B
4#086340
5#075335
6#05422B
7#043220
8#032115
9#01110B
Tints
Lighter variations
1#10C47F
2#12E293
3#28EEA2
4#47F0AF
5#66F3BD
6#84F5CA
7#A3F8D7
8#C2FAE4
9#E0FDF2
Tones
Muted variations
1#159E69
2#1D9667
3#248E66
4#2C8764
5#337F62
6#3B7860
7#42705F
8#4A685D
9#52615B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F6 #92F6D0 | BordersInactive statesPlaceholder text |
| 400 | 5AF2 #5AF2B7 | Disabled statesSecondary iconsMuted text |
| 500 | 2BEE #2BEEA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 11D0 #11D086 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0DA5 #0DA56B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A76 #0A764C | Text on light backgroundsHeadingsStrong borders |
| 900 | 064B #064B31 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEF9;
--teal-100: #DEFCF1;
--teal-200: #C2FAE4;
--teal-300: #92F6D0;
--teal-400: #5AF2B7;
--teal-500: #2BEEA3;
--teal-600: #11D086;
--teal-700: #0DA56B;
--teal-800: #0A764C;
--teal-900: #064B31;
--teal-950: #042F1F;
}