Teal
#04AE81
GreenColor Codes
All color formats for development
HEX
#04AE81RGB
rgb(4, 174, 129)HSL
hsl(164, 96%, 35%)OKLCH
oklch(0.666 0.137 166.3)CMYK
cmyk(98%, 0%, 26%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#039D74
2#038C67
3#027A5A
4#02694E
5#025741
6#014634
7#013427
8#01231A
9#00110D
Tints
Lighter variations
1#04CF99
2#05F0B1
3#1CFABF
4#3CFBC8
5#5DFCD1
6#7DFCDA
7#9EFDE4
8#BEFEED
9#DFFEF6
Tones
Muted variations
1#0CA67D
2#159E79
3#1D9575
4#268D71
5#2E846D
6#377C69
7#407365
8#486A61
9#51625D
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 | BEFE #BEFEED | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDDF | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBCE | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D5C | 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: #BEFEED;
--teal-300: #8CFDDF;
--teal-400: #50FBCE;
--teal-500: #1EFAC0;
--teal-600: #04DCA2;
--teal-700: #04AF81;
--teal-800: #037D5C;
--teal-900: #02503B;
--teal-950: #013225;
}