Teal
#0892AA
CyanColor Codes
All color formats for development
HEX
#0892AARGB
rgb(8, 146, 170)HSL
hsl(189, 91%, 35%)OKLCH
oklch(0.608 0.106 215)CMYK
cmyk(95%, 14%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#078399
2#067588
3#066677
4#055866
5#044955
6#033A44
7#022C33
8#021D22
9#010F11
Tints
Lighter variations
1#0AADCA
2#0BC8EA
3#21D5F5
4#41DBF6
5#61E1F8
6#80E7F9
7#A0EDFB
8#C0F3FC
9#DFF9FE
Tones
Muted variations
1#108CA2
2#18879A
3#208192
4#297B8A
5#317682
6#39707A
7#416A72
8#496569
9#515F61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF9 #DDF9FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F3 #C0F3FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FEA #8FEAFA | BordersInactive statesPlaceholder text |
| 400 | 55DF #55DFF7 | Disabled statesSecondary iconsMuted text |
| 500 | 24D5 #24D5F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AB8 #0AB8D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0892 #0892AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0668 #06687A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0443 #04434E | Primary textHigh emphasis contentDark headings |
| 950 | 022A #022A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FCFE;
--teal-100: #DDF9FD;
--teal-200: #C0F3FC;
--teal-300: #8FEAFA;
--teal-400: #55DFF7;
--teal-500: #24D5F5;
--teal-600: #0AB8D6;
--teal-700: #0892AA;
--teal-800: #06687A;
--teal-900: #04434E;
--teal-950: #022A31;
}