Teal
#04AEA3
CyanColor Codes
All color formats for development
HEX
#04AEA3RGB
rgb(4, 174, 163)HSL
hsl(176, 96%, 35%)OKLCH
oklch(0.676 0.118 186.8)CMYK
cmyk(98%, 0%, 6%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#039D93
2#038C83
3#027A72
4#026962
5#025752
6#014641
7#013431
8#012321
9#001110
Tints
Lighter variations
1#04CFC2
2#05F0E0
3#1CFAEC
4#3CFBEE
5#5DFCF1
6#7DFCF4
7#9EFDF7
8#BEFEF9
9#DFFEFC
Tones
Muted variations
1#0CA69C
2#159E95
3#1D958D
4#268D86
5#2E847E
6#377C77
7#407370
8#486A68
9#516261
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDF5 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBF0 | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAEC | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AFA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #02504B | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFE;
--teal-100: #DCFEFC;
--teal-200: #BEFEF9;
--teal-300: #8CFDF5;
--teal-400: #50FBF0;
--teal-500: #1EFAEC;
--teal-600: #04DCCE;
--teal-700: #04AFA4;
--teal-800: #037D75;
--teal-900: #02504B;
--teal-950: #01322F;
}