Teal
#1B6698
BlueColor Codes
All color formats for development
HEX
#1B6698RGB
rgb(27, 102, 152)HSL
hsl(204, 70%, 35%)OKLCH
oklch(0.491 0.107 243.3)CMYK
cmyk(82%, 33%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185C89
2#155179
3#13476A
4#103D5B
5#0D334C
6#0B293D
7#081F2E
8#05141E
9#030A0F
Tints
Lighter variations
1#2079B4
2#258CD0
3#3A9BDC
4#56A9E1
5#72B8E6
6#8EC6EB
7#AAD4F0
8#C7E2F5
9#E3F1FA
Tones
Muted variations
1#216491
2#27638B
3#2E6285
4#34617F
5#3A5F78
6#405E72
7#475D6C
8#4D5C66
9#535A5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F0 #E1F0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E2 #C7E2F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BCD #9BCDED | BordersInactive statesPlaceholder text |
| 400 | 67B2 #67B2E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C9C #3C9CDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2280 #2280BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B66 #1B6698 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1349 #13496C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C2F #0C2F45 | Primary textHigh emphasis contentDark headings |
| 950 | 081D #081D2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2F8FD;
--teal-100: #E1F0FA;
--teal-200: #C7E2F5;
--teal-300: #9BCDED;
--teal-400: #67B2E4;
--teal-500: #3C9CDD;
--teal-600: #2280BF;
--teal-700: #1B6698;
--teal-800: #13496C;
--teal-900: #0C2F45;
--teal-950: #081D2B;
}