Teal
#1B6A98
BlueColor Codes
All color formats for development
HEX
#1B6A98RGB
rgb(27, 106, 152)HSL
hsl(202, 70%, 35%)OKLCH
oklch(0.501 0.103 240)CMYK
cmyk(82%, 30%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185F89
2#155579
3#134A6A
4#10405B
5#0D354C
6#0B2A3D
7#08202E
8#05151E
9#030B0F
Tints
Lighter variations
1#207EB4
2#2591D0
3#3AA1DC
4#56AEE1
5#72BCE6
6#8EC9EB
7#AAD7F0
8#C7E4F5
9#E3F2FA
Tones
Muted variations
1#216891
2#27678B
3#2E6585
4#34637F
5#3A6278
6#406072
7#475E6C
8#4D5D66
9#535B5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F0 #E1F0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E4 #C7E4F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BCF #9BCFED | BordersInactive statesPlaceholder text |
| 400 | 67B6 #67B6E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CA2 #3CA2DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2285 #2285BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B6A #1B6A98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 134C #134C6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C30 #0C3045 | Primary textHigh emphasis contentDark headings |
| 950 | 081E #081E2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2F9FD;
--teal-100: #E1F0FA;
--teal-200: #C7E4F5;
--teal-300: #9BCFED;
--teal-400: #67B6E4;
--teal-500: #3CA2DD;
--teal-600: #2285BF;
--teal-700: #1B6A98;
--teal-800: #134C6C;
--teal-900: #0C3045;
--teal-950: #081E2B;
}