Teal
#10A277
GreenColor Codes
All color formats for development
HEX
#10A277RGB
rgb(16, 162, 119)HSL
hsl(162, 82%, 35%)OKLCH
oklch(0.633 0.129 165.6)CMYK
cmyk(90%, 0%, 27%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E926B
2#0D825F
3#0B7253
4#0A6147
5#08513B
6#06412F
7#053124
8#032018
9#02100C
Tints
Lighter variations
1#13C18D
2#16DFA3
3#2CEAB1
4#4AEDBC
5#68F0C7
6#86F3D2
7#A5F6DE
8#C3F9E9
9#E1FCF4
Tones
Muted variations
1#179B74
2#1F9471
3#268C6E
4#2D856B
5#357E68
6#3C7765
7#436F62
8#4B685F
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 #C3F9E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4D8 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFC3 | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEAB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CC95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A277 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B7455 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A36 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFA;
--teal-100: #DFFCF3;
--teal-200: #C3F9E9;
--teal-300: #94F4D8;
--teal-400: #5DEFC3;
--teal-500: #2EEAB2;
--teal-600: #14CC95;
--teal-700: #10A277;
--teal-800: #0B7455;
--teal-900: #074A36;
--teal-950: #052E22;
}