Teal
#10A26F
GreenColor Codes
All color formats for development
HEX
#10A26FRGB
rgb(16, 162, 111)HSL
hsl(159, 82%, 35%)OKLCH
oklch(0.631 0.136 161.7)CMYK
cmyk(90%, 0%, 31%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E9264
2#0D8259
3#0B724E
4#0A6143
5#085138
6#06412C
7#053121
8#032016
9#02100B
Tints
Lighter variations
1#13C184
2#16DF99
3#2CEAA8
4#4AEDB4
5#68F0C1
6#86F3CD
7#A5F6DA
8#C3F9E6
9#E1FCF3
Tones
Muted variations
1#179B6D
2#1F946B
3#268C69
4#2D8566
5#357E64
6#3C7762
7#436F60
8#4B685E
9#52615B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4D3 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFBC | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEAA8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CC8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A26F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B744F | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A33 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEF9;
--teal-100: #DFFCF2;
--teal-200: #C3F9E6;
--teal-300: #94F4D3;
--teal-400: #5DEFBC;
--teal-500: #2EEAA8;
--teal-600: #14CC8C;
--teal-700: #10A26F;
--teal-800: #0B744F;
--teal-900: #074A33;
--teal-950: #052E20;
}