Teal
#11A274
GreenColor Codes
All color formats for development
HEX
#11A274RGB
rgb(17, 162, 116)HSL
hsl(161, 81%, 35%)OKLCH
oklch(0.632 0.131 164)CMYK
cmyk(90%, 0%, 28%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F9168
2#0E815D
3#0C7151
4#0A6145
5#08513A
6#07412E
7#053023
8#032017
9#02100C
Tints
Lighter variations
1#14C089
2#17DE9F
3#2DE9AD
4#4BECB9
5#69EFC5
6#87F2D0
7#A5F6DC
8#C3F9E8
9#E1FCF3
Tones
Muted variations
1#189A71
2#1F936E
3#278C6C
4#2E8569
5#357D67
6#3C7664
7#446F61
8#4B685F
9#52605C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4D6 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEC0 | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CB92 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A274 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7353 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A35 | 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: #DFFCF2;
--teal-200: #C3F9E8;
--teal-300: #95F4D6;
--teal-400: #5DEEC0;
--teal-500: #2FE9AE;
--teal-600: #15CB92;
--teal-700: #11A274;
--teal-800: #0C7353;
--teal-900: #084A35;
--teal-950: #052E21;
}