Teal
#04AE76
GreenColor Codes
All color formats for development
HEX
#04AE76RGB
rgb(4, 174, 118)HSL
hsl(160, 96%, 35%)OKLCH
oklch(0.664 0.146 161.4)CMYK
cmyk(98%, 0%, 32%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#039D6A
2#038C5E
3#027A52
4#026947
5#02573B
6#01462F
7#013423
8#012318
9#00110C
Tints
Lighter variations
1#04CF8C
2#05F0A2
3#1CFAB0
4#3CFBBB
5#5DFCC7
6#7DFCD2
7#9EFDDD
8#BEFEE8
9#DFFEF4
Tones
Muted variations
1#0CA673
2#159E70
3#1D956D
4#268D6A
5#2E8468
6#377C65
7#407362
8#486A5F
9#51625C
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 | BEFE #BEFEE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDD7 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBC2 | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAB1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DC94 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF76 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D54 | 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: #BEFEE8;
--teal-300: #8CFDD7;
--teal-400: #50FBC2;
--teal-500: #1EFAB1;
--teal-600: #04DC94;
--teal-700: #04AF76;
--teal-800: #037D54;
--teal-900: #025036;
--teal-950: #013222;
}