Teal
#037D5C
GreenColor Codes
All color formats for development
HEX
#037D5CRGB
rgb(3, 125, 92)HSL
hsl(164, 95%, 25%)OKLCH
oklch(0.523 0.107 166.5)CMYK
cmyk(98%, 0%, 26%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#037053
2#03634A
3#025740
4#024B37
5#023E2E
6#013225
7#01251C
8#011912
9#000C09
Tints
Lighter variations
1#04A278
2#05C793
3#06ECAF
4#1FF9BF
5#45FACA
6#6AFBD4
7#8FFCDF
8#B4FDEA
9#DAFEF4
Tones
Muted variations
1#097659
2#0F7056
3#156A54
4#1B6451
5#215E4E
6#28584B
7#2E5248
8#344C45
9#3A4643
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDED | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCDE | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBCD | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DBA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #02503B | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013225 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFB;
--teal-100: #DCFEF5;
--teal-200: #BEFDED;
--teal-300: #8DFCDE;
--teal-400: #51FBCD;
--teal-500: #1FF9BF;
--teal-600: #06DBA2;
--teal-700: #04AE81;
--teal-800: #037C5C;
--teal-900: #02503B;
--teal-950: #013225;
}