Teal
#04AF73
GreenColor Codes
All color formats for development
HEX
#04AF73RGB
rgb(4, 175, 115)HSL
hsl(159, 96%, 35%)OKLCH
oklch(0.666 0.15 159.9)CMYK
cmyk(98%, 0%, 34%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#039D67
2#038C5C
3#027A50
4#026945
5#025739
6#01462E
7#013422
8#012317
9#00110B
Tints
Lighter variations
1#04CF88
2#05F09E
3#1CFAAC
4#3CFBB8
5#5DFCC4
6#7DFCD0
7#9EFDDC
8#BEFEE7
9#DFFEF3
Tones
Muted variations
1#0CA670
2#159E6E
3#1D956B
4#268D69
5#2E8466
6#377C64
7#407361
8#486A5E
9#51625C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDD5 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBBF | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAAD | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DC91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025035 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013221 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFA;
--teal-100: #DCFEF2;
--teal-200: #BEFEE7;
--teal-300: #8CFDD5;
--teal-400: #50FBBF;
--teal-500: #1EFAAD;
--teal-600: #04DC91;
--teal-700: #04AF73;
--teal-800: #037D52;
--teal-900: #025035;
--teal-950: #013221;
}