Teal
#04AE6D
GreenColor Codes
All color formats for development
HEX
#04AE6DRGB
rgb(4, 174, 109)HSL
hsl(157, 96%, 35%)OKLCH
oklch(0.662 0.154 158)CMYK
cmyk(98%, 0%, 37%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#039D62
2#038C57
3#027A4C
4#026942
5#025737
6#01462C
7#013421
8#012316
9#00110B
Tints
Lighter variations
1#04CF82
2#05F096
3#1CFAA5
4#3CFBB2
5#5DFCBF
6#7DFCCC
7#9EFDD8
8#BEFEE5
9#DFFEF2
Tones
Muted variations
1#0CA66B
2#159E69
3#1D9567
4#268D65
5#2E8463
6#377C61
7#40735F
8#486A5D
9#51625B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDD1 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBBA | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAA6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DC89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025032 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01321F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFF9;
--teal-100: #DCFEF1;
--teal-200: #BEFEE5;
--teal-300: #8CFDD1;
--teal-400: #50FBBA;
--teal-500: #1EFAA6;
--teal-600: #04DC89;
--teal-700: #04AF6D;
--teal-800: #037D4E;
--teal-900: #025032;
--teal-950: #01321F;
}