Teal
#07AB90
CyanColor Codes
All color formats for development
HEX
#07AB90RGB
rgb(7, 171, 144)HSL
hsl(170, 92%, 35%)OKLCH
oklch(0.663 0.123 175.9)CMYK
cmyk(96%, 0%, 16%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#069A82
2#068973
3#057865
4#046756
5#045648
6#03453A
7#02332B
8#01221D
9#01110E
Tints
Lighter variations
1#08CBAB
2#0AEBC5
3#20F6D2
4#40F7D9
5#60F8DF
6#80FAE5
7#A0FBEC
8#BFFCF2
9#DFFEF9
Tones
Muted variations
1#0FA38B
2#189B85
3#209380
4#288B7A
5#308275
6#387A6F
7#41726A
8#496A64
9#51615F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAE8 | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8DC | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6D3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D7B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E42 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023129 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFC;
--teal-100: #DDFEF8;
--teal-200: #BFFCF2;
--teal-300: #8EFAE8;
--teal-400: #54F8DC;
--teal-500: #23F6D3;
--teal-600: #09D7B5;
--teal-700: #07AB90;
--teal-800: #057A67;
--teal-900: #034E42;
--teal-950: #023129;
}