Teal
#0A76A9
BlueColor Codes
All color formats for development
HEX
#0A76A9RGB
rgb(10, 118, 169)HSL
hsl(199, 89%, 35%)OKLCH
oklch(0.537 0.116 238)CMYK
cmyk(94%, 30%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#096B98
2#085F87
3#075376
4#064765
5#053B54
6#042F43
7#032433
8#021822
9#010C11
Tints
Lighter variations
1#0C8CC8
2#0DA2E7
3#24B1F2
4#43BCF4
5#62C7F6
6#82D2F8
7#A1DEFA
8#C0E9FB
9#E0F4FD
Tones
Muted variations
1#1273A1
2#1A7199
3#226E91
4#2A6B89
5#326881
6#396579
7#416271
8#495F69
9#515C61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF3 #DDF3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0E9 #C0E9FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 90D7 #90D7F9 | BordersInactive statesPlaceholder text |
| 400 | 56C3 #56C3F5 | Disabled statesSecondary iconsMuted text |
| 500 | 26B2 #26B2F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0C95 #0C95D4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0A76 #0A76A9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0755 #075578 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0436 #04364D | Primary textHigh emphasis contentDark headings |
| 950 | 0322 #032230 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FAFE;
--teal-100: #DDF3FD;
--teal-200: #C0E9FB;
--teal-300: #90D7F9;
--teal-400: #56C3F5;
--teal-500: #26B2F2;
--teal-600: #0C95D4;
--teal-700: #0A76A9;
--teal-800: #075578;
--teal-900: #04364D;
--teal-950: #032230;
}