Teal
#04AF7E
GreenColor Codes
All color formats for development
HEX
#04AF7ERGB
rgb(4, 175, 126)HSL
hsl(163, 96%, 35%)OKLCH
oklch(0.668 0.141 164.6)CMYK
cmyk(98%, 0%, 28%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#039D72
2#038C65
3#027A58
4#02694C
5#02573F
6#014633
7#013426
8#012319
9#00110D
Tints
Lighter variations
1#04CF96
2#05F0AD
3#1CFABB
4#3CFBC5
5#5DFCCF
6#7DFCD8
7#9EFDE2
8#BEFEEC
9#DFFEF5
Tones
Muted variations
1#0CA67B
2#159E77
3#1D9573
4#268D70
5#2E846C
6#377C68
7#407364
8#486A61
9#51625D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEEC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDDD | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBCB | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFABC | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DC9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #02503A | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013224 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFB;
--teal-100: #DCFEF5;
--teal-200: #BEFEEC;
--teal-300: #8CFDDD;
--teal-400: #50FBCB;
--teal-500: #1EFABC;
--teal-600: #04DC9F;
--teal-700: #04AF7E;
--teal-800: #037D5A;
--teal-900: #02503A;
--teal-950: #013224;
}