Teal
#07A0AB
CyanColor Codes
All color formats for development
HEX
#07A0ABRGB
rgb(7, 160, 171)HSL
hsl(184, 92%, 35%)OKLCH
oklch(0.644 0.109 203.5)CMYK
cmyk(96%, 6%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06909A
2#068089
3#057078
4#046067
5#045056
6#034045
7#023033
8#012022
9#011011
Tints
Lighter variations
1#08BECB
2#0ADCEB
3#20E7F6
4#40EBF7
5#60EEF8
6#80F2FA
7#A0F5FB
8#BFF8FC
9#DFFCFE
Tones
Muted variations
1#0F99A3
2#18929B
3#208B93
4#28848B
5#307D82
6#38767A
7#416F72
8#49676A
9#516061
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFB #DDFBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF8 #BFF8FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EF3 #8EF3FA | BordersInactive statesPlaceholder text |
| 400 | 54ED #54EDF8 | Disabled statesSecondary iconsMuted text |
| 500 | 23E8 #23E8F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 09CA #09CAD7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 07A0 #07A0AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0573 #05737A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0349 #03494E | Primary textHigh emphasis contentDark headings |
| 950 | 022E #022E31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FDFE;
--teal-100: #DDFBFE;
--teal-200: #BFF8FC;
--teal-300: #8EF3FA;
--teal-400: #54EDF8;
--teal-500: #23E8F6;
--teal-600: #09CAD7;
--teal-700: #07A0AB;
--teal-800: #05737A;
--teal-900: #03494E;
--teal-950: #022E31;
}