Teal
#0FA36B
GreenColor Codes
All color formats for development
HEX
#0FA36BRGB
rgb(15, 163, 107)HSL
hsl(157, 83%, 35%)OKLCH
oklch(0.632 0.141 159.7)CMYK
cmyk(91%, 0%, 34%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E9360
2#0C8355
3#0B724B
4#096240
5#085235
6#06412B
7#053120
8#032115
9#02100B
Tints
Lighter variations
1#12C27E
2#15E092
3#2BEBA1
4#49EEAF
5#67F1BC
6#86F4CA
7#A4F7D7
8#C2F9E4
9#E1FCF2
Tones
Muted variations
1#179C69
2#1E9567
3#258D65
4#2D8664
5#347E62
6#3C7760
7#436F5E
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 | C2F9 #C2F9E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5D0 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0B7 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA36B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B754C | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B31 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEF9;
--teal-100: #DEFCF1;
--teal-200: #C2F9E4;
--teal-300: #94F5D0;
--teal-400: #5CF0B7;
--teal-500: #2DEBA2;
--teal-600: #13CD86;
--teal-700: #0FA36B;
--teal-800: #0B754C;
--teal-900: #074B31;
--teal-950: #042F1E;
}