Teal
#07AB9B
CyanColor Codes
All color formats for development
HEX
#07AB9BRGB
rgb(7, 171, 155)HSL
hsl(174, 92%, 35%)OKLCH
oklch(0.666 0.118 183.2)CMYK
cmyk(96%, 0%, 9%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#069A8B
2#06897C
3#05786C
4#04675D
5#04564D
6#03453E
7#02332E
8#01221F
9#01110F
Tints
Lighter variations
1#08CBB8
2#0AEBD4
3#20F6E0
4#40F7E5
5#60F8E9
6#80FAED
7#A0FBF2
8#BFFCF6
9#DFFEFB
Tones
Muted variations
1#0FA394
2#189B8E
3#209387
4#288B81
5#30827A
6#387A74
7#41726D
8#496A66
9#516160
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAF0 | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8E7 | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6E1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D7C3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB9B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A6F | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E47 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFD;
--teal-100: #DDFEFA;
--teal-200: #BFFCF6;
--teal-300: #8EFAF0;
--teal-400: #54F8E7;
--teal-500: #23F6E1;
--teal-600: #09D7C3;
--teal-700: #07AB9B;
--teal-800: #057A6F;
--teal-900: #034E47;
--teal-950: #02312C;
}