Teal
#0FA36D
GreenColor Codes
All color formats for development
HEX
#0FA36DRGB
rgb(15, 163, 109)HSL
hsl(158, 83%, 35%)OKLCH
oklch(0.633 0.139 160.5)CMYK
cmyk(91%, 0%, 33%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E9362
2#0C8357
3#0B724C
4#096241
5#085237
6#06412C
7#053121
8#032116
9#02100B
Tints
Lighter variations
1#12C281
2#15E095
3#2BEBA5
4#49EEB2
5#67F1BE
6#86F4CB
7#A4F7D8
8#C2F9E5
9#E1FCF2
Tones
Muted variations
1#179C6B
2#1E9569
3#258D67
4#2D8665
5#347E63
6#3C7761
7#436F5F
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 #C2F9E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5D1 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0BA | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBA6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA36D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B754E | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B32 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEF9;
--teal-100: #DEFCF1;
--teal-200: #C2F9E5;
--teal-300: #94F5D1;
--teal-400: #5CF0BA;
--teal-500: #2DEBA6;
--teal-600: #13CD89;
--teal-700: #0FA36D;
--teal-800: #0B754E;
--teal-900: #074B32;
--teal-950: #042F1F;
}