Teal
#1A6C99
BlueColor Codes
All color formats for development
HEX
#1A6C99RGB
rgb(26, 108, 153)HSL
hsl(201, 71%, 35%)OKLCH
oklch(0.506 0.103 238.7)CMYK
cmyk(83%, 29%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#176189
2#15577A
3#124C6B
4#10415C
5#0D364C
6#0A2B3D
7#08202E
8#05161F
9#030B0F
Tints
Lighter variations
1#1F80B5
2#2394D1
3#39A4DD
4#55B1E2
5#71BEE7
6#8ECBEC
7#AAD8F1
8#C6E5F5
9#E3F2FA
Tones
Muted variations
1#206A92
2#27688C
3#2D6786
4#33657F
5#3A6379
6#406173
7#465F6C
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 | C6E5 #C6E5F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BD1 #9BD1EE | BordersInactive statesPlaceholder text |
| 400 | 66B9 #66B9E5 | Disabled statesSecondary iconsMuted text |
| 500 | 3BA5 #3BA5DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2188 #2188C0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A6C #1A6C99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 124D #124D6D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C31 #0C3146 | Primary textHigh emphasis contentDark headings |
| 950 | 071F #071F2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2F9FD;
--teal-100: #E0F1FA;
--teal-200: #C6E5F5;
--teal-300: #9BD1EE;
--teal-400: #66B9E5;
--teal-500: #3BA5DE;
--teal-600: #2188C0;
--teal-700: #1A6C99;
--teal-800: #124D6D;
--teal-900: #0C3146;
--teal-950: #071F2C;
}