Teal
#0FA374
GreenColor Codes
All color formats for development
HEX
#0FA374RGB
rgb(15, 163, 116)HSL
hsl(161, 83%, 35%)OKLCH
oklch(0.634 0.133 163.7)CMYK
cmyk(91%, 0%, 29%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E9369
2#0C835D
3#0B7251
4#096246
5#08523A
6#06412F
7#053123
8#032117
9#02100C
Tints
Lighter variations
1#12C28A
2#15E0A0
3#2BEBAE
4#49EEBA
5#67F1C5
6#86F4D1
7#A4F7DC
8#C2F9E8
9#E1FCF3
Tones
Muted variations
1#179C72
2#1E956F
3#258D6C
4#2D866A
5#347E67
6#3C7764
7#436F61
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 #C2F9E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5D6 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0C1 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBAF | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD92 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA374 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7553 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B35 | 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: #F1FEFA;
--teal-100: #DEFCF3;
--teal-200: #C2F9E8;
--teal-300: #94F5D6;
--teal-400: #5CF0C1;
--teal-500: #2DEBAF;
--teal-600: #13CD92;
--teal-700: #0FA374;
--teal-800: #0B7553;
--teal-900: #074B35;
--teal-950: #042F21;
}