Teal
#04AF8D
CyanColor Codes
All color formats for development
HEX
#04AF8DRGB
rgb(4, 175, 141)HSL
hsl(168, 96%, 35%)OKLCH
oklch(0.672 0.129 172.2)CMYK
cmyk(98%, 0%, 19%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#039D7F
2#038C71
3#027A62
4#026954
5#025746
6#014638
7#01342A
8#01231C
9#00110E
Tints
Lighter variations
1#04CFA7
2#05F0C1
3#1CFACE
4#3CFBD5
5#5DFCDC
6#7DFCE3
7#9EFDEA
8#BEFEF1
9#DFFEF8
Tones
Muted variations
1#0CA688
2#159E82
3#1D957D
4#268D78
5#2E8473
6#377C6E
7#407369
8#486A64
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 #BEFEF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDE6 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBD9 | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFACE | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D64 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025040 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013228 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFC;
--teal-100: #DCFEF7;
--teal-200: #BEFEF1;
--teal-300: #8CFDE6;
--teal-400: #50FBD9;
--teal-500: #1EFACE;
--teal-600: #04DCB1;
--teal-700: #04AF8D;
--teal-800: #037D64;
--teal-900: #025040;
--teal-950: #013228;
}