Teal
#0FA36F
GreenColor Codes
All color formats for development
HEX
#0FA36FRGB
rgb(15, 163, 111)HSL
hsl(159, 83%, 35%)OKLCH
oklch(0.633 0.137 161.4)CMYK
cmyk(91%, 0%, 32%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E9364
2#0C8359
3#0B724E
4#096243
5#085238
6#06412D
7#053121
8#032116
9#02100B
Tints
Lighter variations
1#12C284
2#15E099
3#2BEBA8
4#49EEB4
5#67F1C1
6#86F4CD
7#A4F7DA
8#C2F9E6
9#E1FCF3
Tones
Muted variations
1#179C6D
2#1E956B
3#258D69
4#2D8667
5#347E64
6#3C7762
7#436F60
8#4A685E
9#52615B
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 | C2F9 #C2F9E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5D3 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0BC | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA36F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7550 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B33 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEF9;
--teal-100: #DEFCF2;
--teal-200: #C2F9E6;
--teal-300: #94F5D3;
--teal-400: #5CF0BC;
--teal-500: #2DEBA9;
--teal-600: #13CD8C;
--teal-700: #0FA36F;
--teal-800: #0B7550;
--teal-900: #074B33;
--teal-950: #042F20;
}