Teal
#089DAA
CyanColor Codes
All color formats for development
HEX
#089DAARGB
rgb(8, 157, 170)HSL
hsl(185, 91%, 35%)OKLCH
oklch(0.636 0.107 205.3)CMYK
cmyk(95%, 8%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#078D99
2#067E88
3#066E77
4#055E66
5#044E55
6#033F44
7#022F33
8#021F22
9#011011
Tints
Lighter variations
1#0ABACA
2#0BD7EA
3#21E3F5
4#41E7F6
5#61EBF8
6#80EFF9
7#A0F3FB
8#C0F7FC
9#DFFBFE
Tones
Muted variations
1#1096A2
2#188F9A
3#208992
4#29828A
5#317B82
6#39747A
7#416E72
8#496769
9#516061
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFB #DDFBFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F7 #C0F7FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FF1 #8FF1FA | BordersInactive statesPlaceholder text |
| 400 | 55E9 #55E9F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24E3 #24E3F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AC5 #0AC5D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 089D #089DAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0670 #06707A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0448 #04484E | Primary textHigh emphasis contentDark headings |
| 950 | 022D #022D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FDFE;
--teal-100: #DDFBFD;
--teal-200: #C0F7FC;
--teal-300: #8FF1FA;
--teal-400: #55E9F7;
--teal-500: #24E3F5;
--teal-600: #0AC5D6;
--teal-700: #089DAA;
--teal-800: #06707A;
--teal-900: #04484E;
--teal-950: #022D31;
}