Teal
#0EA46D
GreenColor Codes
All color formats for development
HEX
#0EA46DRGB
rgb(14, 164, 109)HSL
hsl(158, 84%, 35%)OKLCH
oklch(0.635 0.14 160.3)CMYK
cmyk(91%, 0%, 34%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D9462
2#0B8357
3#0A734C
4#096342
5#075237
6#06422C
7#043121
8#032116
9#01100B
Tints
Lighter variations
1#11C382
2#14E196
3#2AECA5
4#48EFB2
5#67F2BF
6#85F4CC
7#A4F7D8
8#C2FAE5
9#E1FCF2
Tones
Muted variations
1#169D6B
2#1D9569
3#258E67
4#2C8665
5#347F63
6#3B7761
7#43705F
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 #C2FAE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6D1 | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1BA | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDA6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CE89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA46D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A754E | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B32 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEF9;
--teal-100: #DEFCF1;
--teal-200: #C2FAE5;
--teal-300: #93F6D1;
--teal-400: #5BF1BA;
--teal-500: #2CEDA6;
--teal-600: #12CE89;
--teal-700: #0EA46D;
--teal-800: #0A754E;
--teal-900: #074B32;
--teal-950: #042F1F;
}