Teal
#0EA472
GreenColor Codes
All color formats for development
HEX
#0EA472RGB
rgb(14, 164, 114)HSL
hsl(160, 84%, 35%)OKLCH
oklch(0.637 0.136 162.5)CMYK
cmyk(91%, 0%, 30%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D9467
2#0B835B
3#0A7350
4#096345
5#075239
6#06422E
7#043122
8#032117
9#01100B
Tints
Lighter variations
1#11C387
2#14E19D
3#2AECAB
4#48EFB7
5#67F2C3
6#85F4CF
7#A4F7DB
8#C2FAE7
9#E1FCF3
Tones
Muted variations
1#169D70
2#1D956D
3#258E6B
4#2C8668
5#347F66
6#3B7763
7#437061
8#4A685E
9#52615C
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 #C2FAE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F6 #93F6D5 | BordersInactive statesPlaceholder text |
| 400 | 5BF1 #5BF1BF | Disabled statesSecondary iconsMuted text |
| 500 | 2CED #2CEDAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CE #12CE90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA4 #0EA472 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A75 #0A7552 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B34 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEF9;
--teal-100: #DEFCF2;
--teal-200: #C2FAE7;
--teal-300: #93F6D5;
--teal-400: #5BF1BF;
--teal-500: #2CEDAC;
--teal-600: #12CE90;
--teal-700: #0EA472;
--teal-800: #0A7552;
--teal-900: #074B34;
--teal-950: #042F21;
}