Teal
#1B7298
BlueColor Codes
All color formats for development
HEX
#1B7298RGB
rgb(27, 114, 152)HSL
hsl(198, 70%, 35%)OKLCH
oklch(0.521 0.098 232.7)CMYK
cmyk(82%, 25%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#186789
2#155B79
3#13506A
4#10455B
5#0D394C
6#0B2E3D
7#08222E
8#05171E
9#030B0F
Tints
Lighter variations
1#2087B4
2#259DD0
3#3AABDC
4#56B7E1
5#72C3E6
6#8ECFEB
7#AADBF0
8#C7E7F5
9#E3F3FA
Tones
Muted variations
1#217091
2#276D8B
3#2E6B85
4#34687F
5#3A6678
6#406372
7#47616C
8#4D5E66
9#535C5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F2 #E1F2FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E7 #C7E7F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BD5 #9BD5ED | BordersInactive statesPlaceholder text |
| 400 | 67BF #67BFE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CAC #3CACDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2290 #2290BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B72 #1B7298 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1352 #13526C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C34 #0C3445 | 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: #F2F9FD;
--teal-100: #E1F2FA;
--teal-200: #C7E7F5;
--teal-300: #9BD5ED;
--teal-400: #67BFE4;
--teal-500: #3CACDD;
--teal-600: #2290BF;
--teal-700: #1B7298;
--teal-800: #13526C;
--teal-900: #0C3445;
--teal-950: #08212B;
}