Teal
#0FA37C
GreenColor Codes
All color formats for development
HEX
#0FA37CRGB
rgb(15, 163, 124)HSL
hsl(164, 83%, 35%)OKLCH
oklch(0.637 0.127 167.9)CMYK
cmyk(91%, 0%, 24%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E936F
2#0C8363
3#0B7257
4#09624A
5#08523E
6#064132
7#053125
8#032119
9#02100C
Tints
Lighter variations
1#12C293
2#15E0AA
3#2BEBB8
4#49EEC2
5#67F1CC
6#86F4D6
7#A4F7E1
8#C2F9EB
9#E1FCF5
Tones
Muted variations
1#179C78
2#1E9575
3#258D71
4#2D866E
5#347E6B
6#3C7767
7#436F64
8#4A6860
9#52615D
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 | C2F9 #C2F9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5DB | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0C8 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA37C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7558 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B39 | 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: #C2F9EB;
--teal-300: #94F5DB;
--teal-400: #5CF0C8;
--teal-500: #2DEBB9;
--teal-600: #13CD9C;
--teal-700: #0FA37C;
--teal-800: #0B7558;
--teal-900: #074B39;
--teal-950: #042F23;
}