Teal
#11A27B
GreenColor Codes
All color formats for development
HEX
#11A27BRGB
rgb(17, 162, 123)HSL
hsl(164, 81%, 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#0F916F
2#0E8162
3#0C7156
4#0A614A
5#08513D
6#074131
7#053025
8#032019
9#02100C
Tints
Lighter variations
1#14C092
2#17DEA9
3#2DE9B7
4#4BECC1
5#69EFCB
6#87F2D6
7#A5F6E0
8#C3F9EA
9#E1FCF5
Tones
Muted variations
1#189A78
2#1F9374
3#278C71
4#2E856D
5#357D6A
6#3C7667
7#446F63
8#4B6860
9#52605D
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 #C3F9EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4DB | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEC7 | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9B8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CB9B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A27B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7358 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A38 | 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: #C3F9EA;
--teal-300: #95F4DB;
--teal-400: #5DEEC7;
--teal-500: #2FE9B8;
--teal-600: #15CB9B;
--teal-700: #11A27B;
--teal-800: #0C7358;
--teal-900: #084A38;
--teal-950: #052E23;
}