Teal
#1B7698
BlueColor Codes
All color formats for development
HEX
#1B7698RGB
rgb(27, 118, 152)HSL
hsl(196, 70%, 35%)OKLCH
oklch(0.531 0.096 228.8)CMYK
cmyk(82%, 22%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#186B89
2#155F79
3#13536A
4#10475B
5#0D3B4C
6#0B2F3D
7#08242E
8#05181E
9#030C0F
Tints
Lighter variations
1#208CB4
2#25A2D0
3#3AB1DC
4#56BCE1
5#72C7E6
6#8ED2EB
7#AADEF0
8#C7E9F5
9#E3F4FA
Tones
Muted variations
1#217391
2#27718B
3#2E6E85
4#346B7F
5#3A6878
6#406572
7#47626C
8#4D5F66
9#535C5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F3 #E1F3FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E9 #C7E9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BD8 #9BD8ED | BordersInactive statesPlaceholder text |
| 400 | 67C3 #67C3E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CB2 #3CB2DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2295 #2295BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B76 #1B7698 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1355 #13556C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C36 #0C3645 | Primary textHigh emphasis contentDark headings |
| 950 | 0822 #08222B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FAFD;
--teal-100: #E1F3FA;
--teal-200: #C7E9F5;
--teal-300: #9BD8ED;
--teal-400: #67C3E4;
--teal-500: #3CB2DD;
--teal-600: #2295BF;
--teal-700: #1B7698;
--teal-800: #13556C;
--teal-900: #0C3645;
--teal-950: #08222B;
}