Teal
#037C58
GreenColor Codes
All color formats for development
HEX
#037C58RGB
rgb(3, 124, 88)HSL
hsl(162, 95%, 25%)OKLCH
oklch(0.52 0.109 164.4)CMYK
cmyk(98%, 0%, 29%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03704F
2#036346
3#02573E
4#024B35
5#023E2C
6#013223
7#01251A
8#011912
9#000C09
Tints
Lighter variations
1#04A272
2#05C78D
3#06ECA7
4#1FF9B8
5#45FAC4
6#6AFBD0
7#8FFCDB
8#B4FDE7
9#DAFEF3
Tones
Muted variations
1#097656
2#0F7053
3#156A51
4#1B644E
5#215E4C
6#285849
7#2E5247
8#344C45
9#3A4642
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCDB | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBC8 | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9B8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DB9B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE7B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C58 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025038 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFA;
--teal-100: #DCFEF4;
--teal-200: #BEFDEA;
--teal-300: #8DFCDB;
--teal-400: #51FBC8;
--teal-500: #1FF9B8;
--teal-600: #06DB9B;
--teal-700: #04AE7B;
--teal-800: #037C58;
--teal-900: #025038;
--teal-950: #013223;
}