Teal
#04AF79
GreenColor Codes
All color formats for development
HEX
#04AF79RGB
rgb(4, 175, 121)HSL
hsl(161, 96%, 35%)OKLCH
oklch(0.667 0.145 162.4)CMYK
cmyk(98%, 0%, 31%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#039D6D
2#038C61
3#027A54
4#026948
5#02573C
6#014630
7#013424
8#012318
9#00110C
Tints
Lighter variations
1#04CF8F
2#05F0A5
3#1CFAB4
4#3CFBBF
5#5DFCC9
6#7DFCD4
7#9EFDDF
8#BEFEEA
9#DFFEF4
Tones
Muted variations
1#0CA676
2#159E72
3#1D956F
4#268D6C
5#2E8469
6#377C66
7#407363
8#486A60
9#51625C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDD9 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBC5 | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAB5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DC98 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D56 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025037 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013222 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFA;
--teal-100: #DCFEF3;
--teal-200: #BEFEEA;
--teal-300: #8CFDD9;
--teal-400: #50FBC5;
--teal-500: #1EFAB5;
--teal-600: #04DC98;
--teal-700: #04AF79;
--teal-800: #037D56;
--teal-900: #025037;
--teal-950: #013222;
}