Teal
#10A272
GreenColor Codes
All color formats for development
HEX
#10A272RGB
rgb(16, 162, 114)HSL
hsl(160, 82%, 35%)OKLCH
oklch(0.631 0.133 163.1)CMYK
cmyk(90%, 0%, 30%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E9266
2#0D825B
3#0B7250
4#0A6144
5#085139
6#06412D
7#053122
8#032017
9#02100B
Tints
Lighter variations
1#13C187
2#16DF9C
3#2CEAAB
4#4AEDB7
5#68F0C3
6#86F3CF
7#A5F6DB
8#C3F9E7
9#E1FCF3
Tones
Muted variations
1#179B6F
2#1F946D
3#268C6A
4#2D8568
5#357E65
6#3C7763
7#436F61
8#4B685E
9#52615C
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 #C3F9E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4D4 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFBE | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEAAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CC8F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A272 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B7451 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A34 | 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: #C3F9E7;
--teal-300: #94F4D4;
--teal-400: #5DEFBE;
--teal-500: #2EEAAC;
--teal-600: #14CC8F;
--teal-700: #10A272;
--teal-800: #0B7451;
--teal-900: #074A34;
--teal-950: #052E20;
}