Teal
#1B7498
BlueColor Codes
All color formats for development
HEX
#1B7498RGB
rgb(27, 116, 152)HSL
hsl(197, 70%, 35%)OKLCH
oklch(0.526 0.097 230.8)CMYK
cmyk(82%, 24%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#186989
2#155D79
3#13516A
4#10465B
5#0D3A4C
6#0B2F3D
7#08232E
8#05171E
9#030C0F
Tints
Lighter variations
1#208AB4
2#25A0D0
3#3AAEDC
4#56BAE1
5#72C5E6
6#8ED1EB
7#AADCF0
8#C7E8F5
9#E3F3FA
Tones
Muted variations
1#217291
2#276F8B
3#2E6C85
4#34697F
5#3A6778
6#406472
7#47616C
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 | C7E8 #C7E8F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BD6 #9BD6ED | BordersInactive statesPlaceholder text |
| 400 | 67C1 #67C1E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CAF #3CAFDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2292 #2292BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B74 #1B7498 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1353 #13536C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C35 #0C3545 | Primary textHigh emphasis contentDark headings |
| 950 | 0821 #08212B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FAFD;
--teal-100: #E1F3FA;
--teal-200: #C7E8F5;
--teal-300: #9BD6ED;
--teal-400: #67C1E4;
--teal-500: #3CAFDD;
--teal-600: #2292BF;
--teal-700: #1B7498;
--teal-800: #13536C;
--teal-900: #0C3545;
--teal-950: #08212B;
}