Teal
#04AE67
GreenColor Codes
All color formats for development
HEX
#04AE67RGB
rgb(4, 174, 103)HSL
hsl(155, 96%, 35%)OKLCH
oklch(0.66 0.16 156)CMYK
cmyk(98%, 0%, 41%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#039D5D
2#038C53
3#027A48
4#02693E
5#025734
6#014629
7#01341F
8#012315
9#00110A
Tints
Lighter variations
1#04CF7B
2#05F08E
3#1CFA9E
4#3CFBAB
5#5DFCB9
6#7DFCC7
7#9EFDD5
8#BEFEE3
9#DFFEF1
Tones
Muted variations
1#0CA666
2#159E65
3#1D9563
4#268D62
5#2E8460
6#377C5F
7#40735E
8#486A5C
9#51625B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDCE | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBB4 | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFA9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DC82 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #02502F | 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: #DCFEF0;
--teal-200: #BEFEE3;
--teal-300: #8CFDCE;
--teal-400: #50FBB4;
--teal-500: #1EFA9F;
--teal-600: #04DC82;
--teal-700: #04AF68;
--teal-800: #037D4A;
--teal-900: #02502F;
--teal-950: #01321E;
}