Teal
#0FA379
GreenColor Codes
All color formats for development
HEX
#0FA379RGB
rgb(15, 163, 121)HSL
hsl(163, 83%, 35%)OKLCH
oklch(0.636 0.129 166.2)CMYK
cmyk(91%, 0%, 26%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E936D
2#0C8361
3#0B7255
4#096249
5#08523D
6#064131
7#053124
8#032118
9#02100C
Tints
Lighter variations
1#12C290
2#15E0A6
3#2BEBB5
4#49EEBF
5#67F1CA
6#86F4D5
7#A4F7DF
8#C2F9EA
9#E1FCF4
Tones
Muted variations
1#179C76
2#1E9573
3#258D70
4#2D866D
5#347E69
6#3C7766
7#436F63
8#4A6860
9#52615C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5D9 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0C6 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA379 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7557 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B37 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFA;
--teal-100: #DEFCF4;
--teal-200: #C2F9EA;
--teal-300: #94F5D9;
--teal-400: #5CF0C6;
--teal-500: #2DEBB6;
--teal-600: #13CD99;
--teal-700: #0FA379;
--teal-800: #0B7557;
--teal-900: #074B37;
--teal-950: #042F23;
}