Teal
#04AE6A
GreenColor Codes
All color formats for development
HEX
#04AE6ARGB
rgb(4, 174, 106)HSL
hsl(156, 96%, 35%)OKLCH
oklch(0.661 0.157 156.9)CMYK
cmyk(98%, 0%, 39%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#039D60
2#038C55
3#027A4A
4#026940
5#025735
6#01462B
7#013420
8#012315
9#00110B
Tints
Lighter variations
1#04CF7E
2#05F092
3#1CFAA1
4#3CFBAF
5#5DFCBC
6#7DFCC9
7#9EFDD7
8#BEFEE4
9#DFFEF2
Tones
Muted variations
1#0CA669
2#159E67
3#1D9565
4#268D64
5#2E8462
6#377C60
7#40735E
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 #BEFEE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDD0 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBB7 | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DC86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025031 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01321E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFF9;
--teal-100: #DCFEF1;
--teal-200: #BEFEE4;
--teal-300: #8CFDD0;
--teal-400: #50FBB7;
--teal-500: #1EFAA2;
--teal-600: #04DC86;
--teal-700: #04AF6A;
--teal-800: #037D4C;
--teal-900: #025031;
--teal-950: #01321E;
}