Teal
#0885AA
CyanColor Codes
All color formats for development
HEX
#0885AARGB
rgb(8, 133, 170)HSL
hsl(194, 91%, 35%)OKLCH
oklch(0.575 0.109 226.4)CMYK
cmyk(95%, 22%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#077799
2#066A88
3#065D77
4#055066
5#044255
6#033544
7#022833
8#021B22
9#010D11
Tints
Lighter variations
1#0A9DCA
2#0BB6EA
3#21C3F5
4#41CCF6
5#61D4F8
6#80DDF9
7#A0E5FB
8#C0EEFC
9#DFF6FE
Tones
Muted variations
1#1080A2
2#187C9A
3#207892
4#29738A
5#316F82
6#396B7A
7#416672
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 | 8FE1 #8FE1FA | BordersInactive statesPlaceholder text |
| 400 | 55D1 #55D1F7 | Disabled statesSecondary iconsMuted text |
| 500 | 24C4 #24C4F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0AA7 #0AA7D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0885 #0885AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 065F #065F7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 043D #043D4E | Primary textHigh emphasis contentDark headings |
| 950 | 0226 #022631 | 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: #8FE1FA;
--teal-400: #55D1F7;
--teal-500: #24C4F5;
--teal-600: #0AA7D6;
--teal-700: #0885AA;
--teal-800: #065F7A;
--teal-900: #043D4E;
--teal-950: #022631;
}