Teal
#10A27B
GreenColor Codes
All color formats for development
HEX
#10A27BRGB
rgb(16, 162, 123)HSL
hsl(164, 82%, 35%)OKLCH
oklch(0.634 0.126 167.7)CMYK
cmyk(90%, 0%, 24%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E926F
2#0D8263
3#0B7256
4#0A614A
5#08513E
6#064131
7#053125
8#032019
9#02100C
Tints
Lighter variations
1#13C192
2#16DFA9
3#2CEAB7
4#4AEDC2
5#68F0CC
6#86F3D6
7#A5F6E0
8#C3F9EB
9#E1FCF5
Tones
Muted variations
1#179B78
2#1F9475
3#268C71
4#2D856E
5#357E6A
6#3C7767
7#436F63
8#4B6860
9#52615D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4DB | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFC8 | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEAB8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CC9B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A27B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B7458 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A38 | 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: #DFFCF4;
--teal-200: #C3F9EB;
--teal-300: #94F4DB;
--teal-400: #5DEFC8;
--teal-500: #2EEAB8;
--teal-600: #14CC9B;
--teal-700: #10A27B;
--teal-800: #0B7458;
--teal-900: #074A38;
--teal-950: #052E23;
}