Teal
#04AF87
CyanColor Codes
All color formats for development
HEX
#04AF87RGB
rgb(4, 175, 135)HSL
hsl(166, 96%, 35%)OKLCH
oklch(0.67 0.134 169)CMYK
cmyk(98%, 0%, 23%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#039D79
2#038C6C
3#027A5E
4#026951
5#025743
6#014636
7#013428
8#01231B
9#00110D
Tints
Lighter variations
1#04CFA0
2#05F0B9
3#1CFAC6
4#3CFBCE
5#5DFCD7
6#7DFCDF
7#9EFDE7
8#BEFEEF
9#DFFEF7
Tones
Muted variations
1#0CA682
2#159E7E
3#1D9579
4#268D75
5#2E8470
6#377C6C
7#407367
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 #BEFEEF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDE2 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBD3 | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCAA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #02503E | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013227 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFB;
--teal-100: #DCFEF6;
--teal-200: #BEFEEF;
--teal-300: #8CFDE2;
--teal-400: #50FBD3;
--teal-500: #1EFAC7;
--teal-600: #04DCAA;
--teal-700: #04AF87;
--teal-800: #037D60;
--teal-900: #02503E;
--teal-950: #013227;
}