Teal
#04AE89
CyanColor Codes
All color formats for development
HEX
#04AE89RGB
rgb(4, 174, 137)HSL
hsl(167, 96%, 35%)OKLCH
oklch(0.668 0.131 170.5)CMYK
cmyk(98%, 0%, 21%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#039D7C
2#038C6E
3#027A60
4#026953
5#025745
6#014637
7#013429
8#01231C
9#00110E
Tints
Lighter variations
1#04CFA3
2#05F0BD
3#1CFACA
4#3CFBD2
5#5DFCD9
6#7DFCE1
7#9EFDE8
8#BEFEF0
9#DFFEF7
Tones
Muted variations
1#0CA685
2#159E80
3#1D957B
4#268D76
5#2E8472
6#377C6D
7#407368
8#486A63
9#51625E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDE4 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBD6 | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFACB | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #02503F | 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: #F0FFFC;
--teal-100: #DCFEF7;
--teal-200: #BEFEF0;
--teal-300: #8CFDE4;
--teal-400: #50FBD6;
--teal-500: #1EFACB;
--teal-600: #04DCAD;
--teal-700: #04AF8A;
--teal-800: #037D62;
--teal-900: #02503F;
--teal-950: #013227;
}