Teal
#07AB85
CyanColor Codes
All color formats for development
HEX
#07AB85RGB
rgb(7, 171, 133)HSL
hsl(166, 92%, 35%)OKLCH
oklch(0.66 0.13 169.5)CMYK
cmyk(96%, 0%, 22%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#069A78
2#06896A
3#05785D
4#046750
5#045643
6#034535
7#023328
8#01221B
9#01110D
Tints
Lighter variations
1#08CB9E
2#0AEBB6
3#20F6C4
4#40F7CC
5#60F8D5
6#80FADD
7#A0FBE6
8#BFFCEE
9#DFFEF7
Tones
Muted variations
1#0FA381
2#189B7C
3#209378
4#288B74
5#30826F
6#387A6B
7#417266
8#496A62
9#51615E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFE #DDFEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFC #BFFCEE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EFA #8EFAE1 | BordersInactive statesPlaceholder text |
| 400 | 54F8 #54F8D2 | Disabled statesSecondary iconsMuted text |
| 500 | 23F6 #23F6C5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09D7 #09D7A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07AB #07AB85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 057A #057A5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 034E #034E3D | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023126 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFB;
--teal-100: #DDFEF6;
--teal-200: #BFFCEE;
--teal-300: #8EFAE1;
--teal-400: #54F8D2;
--teal-500: #23F6C5;
--teal-600: #09D7A7;
--teal-700: #07AB85;
--teal-800: #057A5F;
--teal-900: #034E3D;
--teal-950: #023126;
}