Teal
#07AB95
CyanColor Codes
All color formats for development
HEX
#07AB95RGB
rgb(7, 171, 149)HSL
hsl(172, 92%, 35%)OKLCH
oklch(0.664 0.12 179.1)CMYK
cmyk(96%, 0%, 13%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#069A87
2#068978
3#057869
4#04675A
5#04564B
6#03453C
7#02332D
8#01221E
9#01110F
Tints
Lighter variations
1#08CBB1
2#0AEBCD
3#20F6D9
4#40F7DF
5#60F8E4
6#80FAE9
7#A0FBEF
8#BFFCF4
9#DFFEFA
Tones
Muted variations
1#0FA38F
2#189B89
3#209383
4#288B7D
5#308277
6#387A71
7#41726B
8#496A65
9#51615F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAEC | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8E2 | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D7BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E44 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFD;
--teal-100: #DDFEF9;
--teal-200: #BFFCF4;
--teal-300: #8EFAEC;
--teal-400: #54F8E2;
--teal-500: #23F6DA;
--teal-600: #09D7BC;
--teal-700: #07AB95;
--teal-800: #057A6B;
--teal-900: #034E44;
--teal-950: #02312B;
}