Teal
#0FA377
GreenColor Codes
All color formats for development
HEX
#0FA377RGB
rgb(15, 163, 119)HSL
hsl(162, 83%, 35%)OKLCH
oklch(0.635 0.131 165.2)CMYK
cmyk(91%, 0%, 27%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E936B
2#0C835F
3#0B7253
4#096247
5#08523B
6#064130
7#053124
8#032118
9#02100C
Tints
Lighter variations
1#12C28D
2#15E0A3
3#2BEBB1
4#49EEBD
5#67F1C8
6#86F4D3
7#A4F7DE
8#C2F9E9
9#E1FCF4
Tones
Muted variations
1#179C74
2#1E9571
3#258D6E
4#2D866B
5#347E68
6#3C7765
7#436F62
8#4A685F
9#52615C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5D8 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0C3 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA377 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7555 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B36 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFA;
--teal-100: #DEFCF3;
--teal-200: #C2F9E9;
--teal-300: #94F5D8;
--teal-400: #5CF0C3;
--teal-500: #2DEBB2;
--teal-600: #13CD95;
--teal-700: #0FA377;
--teal-800: #0B7555;
--teal-900: #074B36;
--teal-950: #042F22;
}