Teal
#0984AA
CyanColor Codes
All color formats for development
HEX
#0984AARGB
rgb(9, 132, 170)HSL
hsl(194, 90%, 35%)OKLCH
oklch(0.573 0.109 227.3)CMYK
cmyk(95%, 22%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#087799
2#076A88
3#065C77
4#054F66
5#044255
6#043544
7#032833
8#021A22
9#010D11
Tints
Lighter variations
1#0B9DC9
2#0CB5E9
3#23C3F3
4#42CBF5
5#62D4F7
6#81DDF8
7#A1E5FA
8#C0EEFC
9#E0F6FD
Tones
Muted variations
1#1180A2
2#197C9A
3#217791
4#297389
5#316F81
6#396A79
7#416671
8#496269
9#515E61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF6 #DDF6FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0EE #C0EEFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90E1 #90E1F9 | BordersInactive statesPlaceholder text |
| 400 | 55D1 #55D1F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25C3 #25C3F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BA6 #0BA6D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0984 #0984AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 065E #065E79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 043C #043C4E | Primary textHigh emphasis contentDark headings |
| 950 | 0326 #032630 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FBFE;
--teal-100: #DDF6FD;
--teal-200: #C0EEFC;
--teal-300: #90E1F9;
--teal-400: #55D1F6;
--teal-500: #25C3F4;
--teal-600: #0BA6D5;
--teal-700: #0984AA;
--teal-800: #065E79;
--teal-900: #043C4E;
--teal-950: #032630;
}