Teal
#0A86A9
CyanColor Codes
All color formats for development
HEX
#0A86A9RGB
rgb(10, 134, 169)HSL
hsl(193, 89%, 35%)OKLCH
oklch(0.577 0.107 225)CMYK
cmyk(94%, 21%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#097998
2#086B87
3#075E76
4#065165
5#054354
6#043643
7#032833
8#021B22
9#010D11
Tints
Lighter variations
1#0C9FC8
2#0DB8E7
3#24C5F2
4#43CEF4
5#62D6F6
6#82DEF8
7#A1E6FA
8#C0EFFB
9#E0F7FD
Tones
Muted variations
1#1282A1
2#1A7D99
3#227991
4#2A7489
5#327081
6#396B79
7#416771
8#496269
9#515E61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF6 #DDF6FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0EF #C0EFFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90E2 #90E2F9 | BordersInactive statesPlaceholder text |
| 400 | 56D3 #56D3F5 | Disabled statesSecondary iconsMuted text |
| 500 | 26C6 #26C6F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CA9 #0CA9D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A86 #0A86A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0760 #076078 | Text on light backgroundsHeadingsStrong borders |
| 900 | 043D #043D4D | 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: #F1FBFE;
--teal-100: #DDF6FD;
--teal-200: #C0EFFB;
--teal-300: #90E2F9;
--teal-400: #56D3F5;
--teal-500: #26C6F2;
--teal-600: #0CA9D4;
--teal-700: #0A86A9;
--teal-800: #076078;
--teal-900: #043D4D;
--teal-950: #032630;
}