Teal
#0EA470
GreenColor Codes
All color formats for development
HEX
#0EA470RGB
rgb(14, 164, 112)HSL
hsl(159, 84%, 35%)OKLCH
oklch(0.636 0.138 161.6)CMYK
cmyk(91%, 0%, 32%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D9465
2#0B8359
3#0A734E
4#096343
5#075238
6#06422D
7#043122
8#032116
9#01100B
Tints
Lighter variations
1#11C384
2#14E199
3#2AECA8
4#48EFB5
5#67F2C1
6#85F4CD
7#A4F7DA
8#C2FAE6
9#E1FCF3
Tones
Muted variations
1#169D6D
2#1D956B
3#258E69
4#2C8667
5#347F64
6#3B7762
7#437060
8#4A685E
9#52615B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6D3 | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1BC | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CE8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA470 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A7550 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B33 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEF9;
--teal-100: #DEFCF2;
--teal-200: #C2FAE6;
--teal-300: #93F6D3;
--teal-400: #5BF1BC;
--teal-500: #2CEDA9;
--teal-600: #12CE8C;
--teal-700: #0EA470;
--teal-800: #0A7550;
--teal-900: #074B33;
--teal-950: #042F20;
}