Teal
#04AE92
CyanColor Codes
All color formats for development
HEX
#04AE92RGB
rgb(4, 174, 146)HSL
hsl(170, 96%, 35%)OKLCH
oklch(0.671 0.125 175.6)CMYK
cmyk(98%, 0%, 16%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#039D84
2#038C75
3#027A66
4#026958
5#025749
6#01463B
7#01342C
8#01231D
9#00110F
Tints
Lighter variations
1#04CFAE
2#05F0C9
3#1CFAD5
4#3CFBDB
5#5DFCE1
6#7DFCE7
7#9EFDED
8#BEFEF3
9#DFFEF9
Tones
Muted variations
1#0CA68D
2#159E87
3#1D9581
4#268D7C
5#2E8476
6#377C70
7#40736A
8#486A65
9#51625F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDEA | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBDF | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025043 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFC;
--teal-100: #DCFEF9;
--teal-200: #BEFEF3;
--teal-300: #8CFDEA;
--teal-400: #50FBDF;
--teal-500: #1EFAD6;
--teal-600: #04DCB8;
--teal-700: #04AF92;
--teal-800: #037D69;
--teal-900: #025043;
--teal-950: #01322A;
}