Teal
#037C56
GreenColor Codes
All color formats for development
HEX
#037C56RGB
rgb(3, 124, 86)HSL
hsl(161, 95%, 25%)OKLCH
oklch(0.519 0.111 163.2)CMYK
cmyk(98%, 0%, 31%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03704D
2#036345
3#02573C
4#024B34
5#023E2B
6#013222
7#01251A
8#011911
9#000C09
Tints
Lighter variations
1#04A270
2#05C78A
3#06ECA3
4#1FF9B4
5#45FAC1
6#6AFBCD
7#8FFCDA
8#B4FDE6
9#DAFEF3
Tones
Muted variations
1#097654
2#0F7052
3#156A4F
4#1B644D
5#215E4B
6#285849
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 #BEFDE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCD9 | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBC5 | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9B4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DB97 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE78 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C56 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025037 | 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: #BEFDE9;
--teal-300: #8DFCD9;
--teal-400: #51FBC5;
--teal-500: #1FF9B4;
--teal-600: #06DB97;
--teal-700: #04AE78;
--teal-800: #037C56;
--teal-900: #025037;
--teal-950: #013222;
}