Teal
#04AE84
CyanColor Codes
All color formats for development
HEX
#04AE84RGB
rgb(4, 174, 132)HSL
hsl(165, 96%, 35%)OKLCH
oklch(0.667 0.135 167.8)CMYK
cmyk(98%, 0%, 24%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#039D77
2#038C6A
3#027A5C
4#02694F
5#025742
6#014635
7#013428
8#01231A
9#00110D
Tints
Lighter variations
1#04CF9D
2#05F0B5
3#1CFAC3
4#3CFBCB
5#5DFCD4
6#7DFCDD
7#9EFDE5
8#BEFEEE
9#DFFEF6
Tones
Muted variations
1#0CA680
2#159E7C
3#1D9577
4#268D73
5#2E846F
6#377C6A
7#407366
8#486A62
9#51625E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEEE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDE1 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBD1 | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #02503C | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013226 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFB;
--teal-100: #DCFEF6;
--teal-200: #BEFEEE;
--teal-300: #8CFDE1;
--teal-400: #50FBD1;
--teal-500: #1EFAC3;
--teal-600: #04DCA6;
--teal-700: #04AF84;
--teal-800: #037D5E;
--teal-900: #02503C;
--teal-950: #013226;
}