Teal
#0979AA
BlueColor Codes
All color formats for development
HEX
#0979AARGB
rgb(9, 121, 170)HSL
hsl(198, 90%, 35%)OKLCH
oklch(0.545 0.115 236.2)CMYK
cmyk(95%, 29%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#086D99
2#076188
3#065577
4#054966
5#043D55
6#043144
7#032433
8#021822
9#010C11
Tints
Lighter variations
1#0B90C9
2#0CA6E9
3#23B5F3
4#42BFF5
5#62CAF7
6#81D5F8
7#A1DFFA
8#C0EAFC
9#E0F4FD
Tones
Muted variations
1#1176A2
2#19739A
3#217091
4#296D89
5#316981
6#396679
7#416371
8#496069
9#515C61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF4 #DDF4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0EA #C0EAFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90D9 #90D9F9 | BordersInactive statesPlaceholder text |
| 400 | 55C6 #55C6F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25B6 #25B6F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B99 #0B99D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0979 #0979AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0657 #065779 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0437 #04374E | 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: #F0FAFE;
--teal-100: #DDF4FD;
--teal-200: #C0EAFC;
--teal-300: #90D9F9;
--teal-400: #55C6F6;
--teal-500: #25B6F4;
--teal-600: #0B99D5;
--teal-700: #0979AA;
--teal-800: #065779;
--teal-900: #04374E;
--teal-950: #032330;
}