Teal
#04AFA1
CyanColor Codes
All color formats for development
HEX
#04AFA1RGB
rgb(4, 175, 161)HSL
hsl(175, 96%, 35%)OKLCH
oklch(0.678 0.119 184.8)CMYK
cmyk(98%, 0%, 8%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#039D91
2#038C81
3#027A70
4#026960
5#025750
6#014640
7#013430
8#012320
9#001110
Tints
Lighter variations
1#04CFBE
2#05F0DC
3#1CFAE8
4#3CFBEB
5#5DFCEE
6#7DFCF2
7#9EFDF5
8#BEFEF8
9#DFFEFC
Tones
Muted variations
1#0CA69A
2#159E92
3#1D958B
4#268D84
5#2E847D
6#377C76
7#40736F
8#486A68
9#516260
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDF3 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBED | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AFA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025049 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FFFD;
--teal-100: #DCFEFB;
--teal-200: #BEFEF8;
--teal-300: #8CFDF3;
--teal-400: #50FBED;
--teal-500: #1EFAE8;
--teal-600: #04DCCA;
--teal-700: #04AFA1;
--teal-800: #037D73;
--teal-900: #025049;
--teal-950: #01322E;
}