Teal
#0EA46B
GreenColor Codes
All color formats for development
HEX
#0EA46BRGB
rgb(14, 164, 107)HSL
hsl(157, 84%, 35%)OKLCH
oklch(0.635 0.142 159.5)CMYK
cmyk(91%, 0%, 35%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D9460
2#0B8355
3#0A734B
4#096340
5#075235
6#06422B
7#043120
8#032115
9#01100B
Tints
Lighter variations
1#11C37F
2#14E192
3#2AECA2
4#48EFAF
5#67F2BC
6#85F4CA
7#A4F7D7
8#C2FAE4
9#E1FCF2
Tones
Muted variations
1#169D69
2#1D9567
3#258E65
4#2C8664
5#347F62
6#3B7760
7#43705E
8#4A685D
9#52615B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6D0 | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1B7 | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CE86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA46B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A754C | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B31 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEF9;
--teal-100: #DEFCF1;
--teal-200: #C2FAE4;
--teal-300: #93F6D0;
--teal-400: #5BF1B7;
--teal-500: #2CEDA3;
--teal-600: #12CE86;
--teal-700: #0EA46B;
--teal-800: #0A754C;
--teal-900: #074B31;
--teal-950: #042F1E;
}