Teal
#04AE70
GreenColor Codes
All color formats for development
HEX
#04AE70RGB
rgb(4, 174, 112)HSL
hsl(158, 96%, 35%)OKLCH
oklch(0.662 0.151 159.1)CMYK
cmyk(98%, 0%, 36%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#039D65
2#038C5A
3#027A4E
4#026943
5#025738
6#01462D
7#013422
8#012316
9#00110B
Tints
Lighter variations
1#04CF85
2#05F09A
3#1CFAA9
4#3CFBB5
5#5DFCC1
6#7DFCCE
7#9EFDDA
8#BEFEE6
9#DFFEF3
Tones
Muted variations
1#0CA66E
2#159E6C
3#1D9569
4#268D67
5#2E8465
6#377C62
7#407360
8#486A5E
9#51625C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDD3 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBBD | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DC8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025033 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013220 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFF9;
--teal-100: #DCFEF2;
--teal-200: #BEFEE6;
--teal-300: #8CFDD3;
--teal-400: #50FBBD;
--teal-500: #1EFAAA;
--teal-600: #04DC8D;
--teal-700: #04AF70;
--teal-800: #037D50;
--teal-900: #025033;
--teal-950: #013220;
}