Teal
#10A274
GreenColor Codes
All color formats for development
HEX
#10A274RGB
rgb(16, 162, 116)HSL
hsl(161, 82%, 35%)OKLCH
oklch(0.632 0.132 164.1)CMYK
cmyk(90%, 0%, 28%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E9268
2#0D825D
3#0B7251
4#0A6146
5#08513A
6#06412E
7#053123
8#032017
9#02100C
Tints
Lighter variations
1#13C18A
2#16DF9F
3#2CEAAE
4#4AEDB9
5#68F0C5
6#86F3D1
7#A5F6DC
8#C3F9E8
9#E1FCF3
Tones
Muted variations
1#179B71
2#1F946F
3#268C6C
4#2D8569
5#357E67
6#3C7764
7#436F61
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 #C3F9E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4D6 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFC1 | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEAAF | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CC92 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A274 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B7453 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A35 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFA;
--teal-100: #DFFCF3;
--teal-200: #C3F9E8;
--teal-300: #94F4D6;
--teal-400: #5DEFC1;
--teal-500: #2EEAAF;
--teal-600: #14CC92;
--teal-700: #10A274;
--teal-800: #0B7453;
--teal-900: #074A35;
--teal-950: #052E21;
}