Teal
#1B6E98
BlueColor Codes
All color formats for development
HEX
#1B6E98RGB
rgb(27, 110, 152)HSL
hsl(200, 70%, 35%)OKLCH
oklch(0.511 0.1 236.5)CMYK
cmyk(82%, 28%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#186389
2#155879
3#134D6A
4#10425B
5#0D374C
6#0B2C3D
7#08212E
8#05161E
9#030B0F
Tints
Lighter variations
1#2083B4
2#2597D0
3#3AA6DC
4#56B3E1
5#72BFE6
6#8ECCEB
7#AAD9F0
8#C7E6F5
9#E3F2FA
Tones
Muted variations
1#216C91
2#276A8B
3#2E6885
4#34667F
5#3A6478
6#406272
7#475F6C
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 | E1F1 #E1F1FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E6 #C7E6F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BD2 #9BD2ED | BordersInactive statesPlaceholder text |
| 400 | 67BB #67BBE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CA7 #3CA7DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 228A #228ABF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B6E #1B6E98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 134F #134F6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C32 #0C3245 | Primary textHigh emphasis contentDark headings |
| 950 | 081F #081F2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2F9FD;
--teal-100: #E1F1FA;
--teal-200: #C7E6F5;
--teal-300: #9BD2ED;
--teal-400: #67BBE4;
--teal-500: #3CA7DD;
--teal-600: #228ABF;
--teal-700: #1B6E98;
--teal-800: #134F6C;
--teal-900: #0C3245;
--teal-950: #081F2B;
}