Teal
#0EA47A
GreenColor Codes
All color formats for development
HEX
#0EA47ARGB
rgb(14, 164, 122)HSL
hsl(163, 84%, 35%)OKLCH
oklch(0.639 0.129 166.4)CMYK
cmyk(91%, 0%, 26%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D946E
2#0B8361
3#0A7355
4#096349
5#07523D
6#064231
7#043125
8#032118
9#01100C
Tints
Lighter variations
1#11C390
2#14E1A7
3#2AECB5
4#48EFC0
5#67F2CA
6#85F4D5
7#A4F7DF
8#C2FAEA
9#E1FCF4
Tones
Muted variations
1#169D76
2#1D9573
3#258E70
4#2C866D
5#347F69
6#3B7766
7#437063
8#4A6860
9#52615C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2FA #C2FAEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6DA | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1C6 | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CE99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA47A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A7557 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B38 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFA;
--teal-100: #DEFCF4;
--teal-200: #C2FAEA;
--teal-300: #93F6DA;
--teal-400: #5BF1C6;
--teal-500: #2CEDB6;
--teal-600: #12CE99;
--teal-700: #0EA47A;
--teal-800: #0A7557;
--teal-900: #074B38;
--teal-950: #042F23;
}