Teal
#0A7CA9
BlueColor Codes
All color formats for development
HEX
#0A7CA9RGB
rgb(10, 124, 169)HSL
hsl(197, 89%, 35%)OKLCH
oklch(0.552 0.112 233.4)CMYK
cmyk(94%, 27%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#096F98
2#086387
3#075776
4#064A65
5#053E54
6#043143
7#032533
8#021922
9#010C11
Tints
Lighter variations
1#0C93C8
2#0DAAE7
3#24B8F2
4#43C2F4
5#62CCF6
6#82D6F8
7#A1E0FA
8#C0EBFB
9#E0F5FD
Tones
Muted variations
1#1278A1
2#1A7599
3#227191
4#2A6E89
5#326A81
6#396779
7#416471
8#496069
9#515D61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF4 #DDF4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0EB #C0EBFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90DB #90DBF9 | BordersInactive statesPlaceholder text |
| 400 | 56C8 #56C8F5 | Disabled statesSecondary iconsMuted text |
| 500 | 26B9 #26B9F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C9B #0C9BD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A7C #0A7CA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0758 #075878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0439 #04394D | Primary textHigh emphasis contentDark headings |
| 950 | 0323 #032330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FAFE;
--teal-100: #DDF4FD;
--teal-200: #C0EBFB;
--teal-300: #90DBF9;
--teal-400: #56C8F5;
--teal-500: #26B9F2;
--teal-600: #0C9BD4;
--teal-700: #0A7CA9;
--teal-800: #075878;
--teal-900: #04394D;
--teal-950: #032330;
}