Teal
#0A8CA9
CyanColor Codes
All color formats for development
HEX
#0A8CA9RGB
rgb(10, 140, 169)HSL
hsl(191, 89%, 35%)OKLCH
oklch(0.592 0.106 219.6)CMYK
cmyk(94%, 17%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#097E98
2#087087
3#076276
4#065465
5#054654
6#043843
7#032A33
8#021C22
9#010E11
Tints
Lighter variations
1#0CA5C8
2#0DBFE7
3#24CCF2
4#43D4F4
5#62DBF6
6#82E2F8
7#A1E9FA
8#C0F1FB
9#E0F8FD
Tones
Muted variations
1#1287A1
2#1A8199
3#227C91
4#2A7789
5#327281
6#396D79
7#416871
8#496369
9#515E61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF7 #DDF7FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F1 #C0F1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90E5 #90E5F9 | BordersInactive statesPlaceholder text |
| 400 | 56D8 #56D8F5 | Disabled statesSecondary iconsMuted text |
| 500 | 26CD #26CDF2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CAF #0CAFD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A8C #0A8CA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0764 #076478 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0440 #04404D | Primary textHigh emphasis contentDark headings |
| 950 | 0328 #032830 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFE;
--teal-100: #DDF7FD;
--teal-200: #C0F1FB;
--teal-300: #90E5F9;
--teal-400: #56D8F5;
--teal-500: #26CDF2;
--teal-600: #0CAFD4;
--teal-700: #0A8CA9;
--teal-800: #076478;
--teal-900: #04404D;
--teal-950: #032830;
}