Teal
#1A6A99
BlueColor Codes
All color formats for development
HEX
#1A6A99RGB
rgb(26, 106, 153)HSL
hsl(202, 71%, 35%)OKLCH
oklch(0.501 0.105 240.4)CMYK
cmyk(83%, 31%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#176089
2#15557A
3#124A6B
4#10405C
5#0D354C
6#0A2A3D
7#08202E
8#05151F
9#030B0F
Tints
Lighter variations
1#1F7EB5
2#2392D1
3#39A1DD
4#55AEE2
5#71BCE7
6#8EC9EC
7#AAD7F1
8#C6E4F5
9#E3F2FA
Tones
Muted variations
1#206892
2#27678C
3#2D6586
4#33637F
5#3A6279
6#406073
7#465E6C
8#4D5D66
9#535B60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F1 #E0F1FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E4 #C6E4F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BCF #9BCFEE | BordersInactive statesPlaceholder text |
| 400 | 66B7 #66B7E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3BA2 #3BA2DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2185 #2185C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A6A #1A6A99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 124C #124C6D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C31 #0C3146 | Primary textHigh emphasis contentDark headings |
| 950 | 071E #071E2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2F9FD;
--teal-100: #E0F1FA;
--teal-200: #C6E4F5;
--teal-300: #9BCFEE;
--teal-400: #66B7E5;
--teal-500: #3BA2DE;
--teal-600: #2185C0;
--teal-700: #1A6A99;
--teal-800: #124C6D;
--teal-900: #0C3146;
--teal-950: #071E2C;
}