Teal
#10A26D
GreenColor Codes
All color formats for development
HEX
#10A26DRGB
rgb(16, 162, 109)HSL
hsl(158, 82%, 35%)OKLCH
oklch(0.63 0.138 160.8)CMYK
cmyk(90%, 0%, 33%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E9262
2#0D8257
3#0B724C
4#0A6141
5#085136
6#06412C
7#053121
8#032016
9#02100B
Tints
Lighter variations
1#13C181
2#16DF95
3#2CEAA4
4#4AEDB1
5#68F0BE
6#86F3CB
7#A5F6D8
8#C3F9E5
9#E1FCF2
Tones
Muted variations
1#179B6B
2#1F9469
3#268C67
4#2D8565
5#357E63
6#3C7761
7#436F5F
8#4B685D
9#52615B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4D1 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFB9 | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEAA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CC89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A26D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B744E | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A32 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEF9;
--teal-100: #DFFCF1;
--teal-200: #C3F9E5;
--teal-300: #94F4D1;
--teal-400: #5DEFB9;
--teal-500: #2EEAA5;
--teal-600: #14CC89;
--teal-700: #10A26D;
--teal-800: #0B744E;
--teal-900: #074A32;
--teal-950: #052E1F;
}