Teal
#037D54
GreenColor Codes
All color formats for development
HEX
#037D54RGB
rgb(3, 125, 84)HSL
hsl(160, 95%, 25%)OKLCH
oklch(0.521 0.114 161.6)CMYK
cmyk(98%, 0%, 33%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03704C
2#036343
3#02573B
4#024B32
5#023E2A
6#013222
7#012519
8#011911
9#000C08
Tints
Lighter variations
1#04A26D
2#05C786
3#06EC9F
4#1FF9B1
5#45FABE
6#6AFBCB
7#8FFCD8
8#B4FDE5
9#DAFEF2
Tones
Muted variations
1#097652
2#0F7050
3#156A4E
4#1B644C
5#215E4A
6#285848
7#2E5246
8#344C44
9#3A4642
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCD7 | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBC2 | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9B1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DB94 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE76 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C54 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025036 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013222 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFA;
--teal-100: #DCFEF3;
--teal-200: #BEFDE8;
--teal-300: #8DFCD7;
--teal-400: #51FBC2;
--teal-500: #1FF9B1;
--teal-600: #06DB94;
--teal-700: #04AE76;
--teal-800: #037C54;
--teal-900: #025036;
--teal-950: #013222;
}