Teal
#10A279
GreenColor Codes
All color formats for development
HEX
#10A279RGB
rgb(16, 162, 121)HSL
hsl(163, 82%, 35%)OKLCH
oklch(0.633 0.128 166.6)CMYK
cmyk(90%, 0%, 25%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E926D
2#0D8261
3#0B7255
4#0A6149
5#08513C
6#064130
7#053124
8#032018
9#02100C
Tints
Lighter variations
1#13C18F
2#16DFA6
3#2CEAB4
4#4AEDBF
5#68F0CA
6#86F3D4
7#A5F6DF
8#C3F9EA
9#E1FCF4
Tones
Muted variations
1#179B76
2#1F9473
3#268C6F
4#2D856C
5#357E69
6#3C7766
7#436F63
8#4B6860
9#52615C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4D9 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFC5 | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEAB5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CC98 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A279 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B7456 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A37 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFA;
--teal-100: #DFFCF3;
--teal-200: #C3F9EA;
--teal-300: #94F4D9;
--teal-400: #5DEFC5;
--teal-500: #2EEAB5;
--teal-600: #14CC98;
--teal-700: #10A279;
--teal-800: #0B7456;
--teal-900: #074A37;
--teal-950: #052E23;
}