Teal
#07AB93
CyanColor Codes
All color formats for development
HEX
#07AB93RGB
rgb(7, 171, 147)HSL
hsl(171, 92%, 35%)OKLCH
oklch(0.664 0.121 177.8)CMYK
cmyk(96%, 0%, 14%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#069A84
2#068975
3#057867
4#046758
5#045649
6#03453B
7#02332C
8#01221D
9#01110F
Tints
Lighter variations
1#08CBAE
2#0AEBC9
3#20F6D6
4#40F7DC
5#60F8E1
6#80FAE7
7#A0FBED
8#BFFCF3
9#DFFEF9
Tones
Muted variations
1#0FA38D
2#189B87
3#209381
4#288B7C
5#308276
6#387A70
7#41726A
8#496A65
9#51615F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAEA | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8DF | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D7B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E43 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFC;
--teal-100: #DDFEF9;
--teal-200: #BFFCF3;
--teal-300: #8EFAEA;
--teal-400: #54F8DF;
--teal-500: #23F6D6;
--teal-600: #09D7B8;
--teal-700: #07AB93;
--teal-800: #057A69;
--teal-900: #034E43;
--teal-950: #02312A;
}