Teal
#089AAA
CyanColor Codes
All color formats for development
HEX
#089AAARGB
rgb(8, 154, 170)HSL
hsl(186, 91%, 35%)OKLCH
oklch(0.628 0.107 207.9)CMYK
cmyk(95%, 9%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#078B99
2#067B88
3#066C77
4#055D66
5#044D55
6#033E44
7#022E33
8#021F22
9#010F11
Tints
Lighter variations
1#0AB7CA
2#0BD4EA
3#21DFF5
4#41E4F6
5#61E8F8
6#80EDF9
7#A0F1FB
8#C0F6FC
9#DFFAFE
Tones
Muted variations
1#1094A2
2#188D9A
3#208792
4#29808A
5#317A82
6#39737A
7#416D72
8#496669
9#516061
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFA #DDFAFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F6 #C0F6FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FEF #8FEFFA | BordersInactive statesPlaceholder text |
| 400 | 55E7 #55E7F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24E0 #24E0F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AC2 #0AC2D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 089A #089AAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 066E #066E7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0447 #04474E | Primary textHigh emphasis contentDark headings |
| 950 | 022C #022C31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FDFE;
--teal-100: #DDFAFD;
--teal-200: #C0F6FC;
--teal-300: #8FEFFA;
--teal-400: #55E7F7;
--teal-500: #24E0F5;
--teal-600: #0AC2D6;
--teal-700: #089AAA;
--teal-800: #066E7A;
--teal-900: #04474E;
--teal-950: #022C31;
}