Teal
#04AE97
CyanColor Codes
All color formats for development
HEX
#04AE97RGB
rgb(4, 174, 151)HSL
hsl(172, 96%, 35%)OKLCH
oklch(0.672 0.123 178.8)CMYK
cmyk(98%, 0%, 13%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#039D89
2#038C7A
3#027A6A
4#02695B
5#02574C
6#01463D
7#01342E
8#01231E
9#00110F
Tints
Lighter variations
1#04CFB4
2#05F0D1
3#1CFADD
4#3CFBE2
5#5DFCE6
6#7DFCEB
7#9EFDF0
8#BEFEF5
9#DFFEFA
Tones
Muted variations
1#0CA692
2#159E8C
3#1D9585
4#268D7F
5#2E8479
6#377C72
7#40736C
8#486A66
9#516260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDEE | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBE5 | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFADD | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D6D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025046 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFD;
--teal-100: #DCFEFA;
--teal-200: #BEFEF5;
--teal-300: #8CFDEE;
--teal-400: #50FBE5;
--teal-500: #1EFADD;
--teal-600: #04DCBF;
--teal-700: #04AF98;
--teal-800: #037D6D;
--teal-900: #025046;
--teal-950: #01322B;
}