Teal
#04AE8F
CyanColor Codes
All color formats for development
HEX
#04AE8FRGB
rgb(4, 174, 143)HSL
hsl(169, 96%, 35%)OKLCH
oklch(0.67 0.127 173.8)CMYK
cmyk(98%, 0%, 18%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#039D81
2#038C73
3#027A64
4#026956
5#025748
6#014639
7#01342B
8#01231D
9#00110E
Tints
Lighter variations
1#04CFAA
2#05F0C5
3#1CFAD2
4#3CFBD8
5#5DFCDF
6#7DFCE5
7#9EFDEC
8#BEFEF2
9#DFFEF9
Tones
Muted variations
1#0CA68A
2#159E85
3#1D957F
4#268D7A
5#2E8474
6#377C6F
7#40736A
8#486A64
9#51625F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDE8 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBDC | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025042 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013229 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFC;
--teal-100: #DCFEF8;
--teal-200: #BEFEF2;
--teal-300: #8CFDE8;
--teal-400: #50FBDC;
--teal-500: #1EFAD2;
--teal-600: #04DCB4;
--teal-700: #04AF90;
--teal-800: #037D67;
--teal-900: #025042;
--teal-950: #013229;
}