Teal
#0FA372
GreenColor Codes
All color formats for development
HEX
#0FA372RGB
rgb(15, 163, 114)HSL
hsl(160, 83%, 35%)OKLCH
oklch(0.634 0.135 162.8)CMYK
cmyk(91%, 0%, 30%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E9367
2#0C835B
3#0B7250
4#096244
5#085239
6#06412E
7#053122
8#032117
9#02100B
Tints
Lighter variations
1#12C287
2#15E09C
3#2BEBAB
4#49EEB7
5#67F1C3
6#86F4CF
7#A4F7DB
8#C2F9E7
9#E1FCF3
Tones
Muted variations
1#179C6F
2#1E956D
3#258D6B
4#2D8668
5#347E66
6#3C7763
7#436F61
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 | C2F9 #C2F9E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5D5 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0BE | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD8F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA372 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7551 | 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: #C2F9E7;
--teal-300: #94F5D5;
--teal-400: #5CF0BE;
--teal-500: #2DEBAC;
--teal-600: #13CD8F;
--teal-700: #0FA372;
--teal-800: #0B7551;
--teal-900: #074B34;
--teal-950: #042F21;
}