Teal
#04AF9E
CyanColor Codes
All color formats for development
HEX
#04AF9ERGB
rgb(4, 175, 158)HSL
hsl(174, 96%, 35%)OKLCH
oklch(0.677 0.12 182.8)CMYK
cmyk(98%, 0%, 10%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#039D8E
2#038C7E
3#027A6E
4#02695F
5#02574F
6#01463F
7#01342F
8#012320
9#001110
Tints
Lighter variations
1#04CFBB
2#05F0D8
3#1CFAE4
4#3CFBE8
5#5DFCEC
6#7DFCF0
7#9EFDF3
8#BEFEF7
9#DFFEFB
Tones
Muted variations
1#0CA697
2#159E90
3#1D9589
4#268D82
5#2E847C
6#377C75
7#40736E
8#486A67
9#516260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDF1 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBEA | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAE4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCC6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF9E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025048 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFD;
--teal-100: #DCFEFB;
--teal-200: #BEFEF7;
--teal-300: #8CFDF1;
--teal-400: #50FBEA;
--teal-500: #1EFAE4;
--teal-600: #04DCC6;
--teal-700: #04AF9E;
--teal-800: #037D71;
--teal-900: #025048;
--teal-950: #01322D;
}