Teal
#1B6898
BlueColor Codes
All color formats for development
HEX
#1B6898RGB
rgb(27, 104, 152)HSL
hsl(203, 70%, 35%)OKLCH
oklch(0.496 0.105 241.7)CMYK
cmyk(82%, 32%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#185D89
2#155379
3#13496A
4#103E5B
5#0D344C
6#0B2A3D
7#081F2E
8#05151E
9#030A0F
Tints
Lighter variations
1#207BB4
2#258ED0
3#3A9EDC
4#56ACE1
5#72BAE6
6#8EC8EB
7#AAD5F0
8#C7E3F5
9#E3F1FA
Tones
Muted variations
1#216691
2#27658B
3#2E6385
4#34627F
5#3A6178
6#405F72
7#475E6C
8#4D5C66
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 | C7E3 #C7E3F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BCE #9BCEED | BordersInactive statesPlaceholder text |
| 400 | 67B4 #67B4E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C9F #3C9FDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2283 #2283BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B68 #1B6898 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 134A #134A6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C2F #0C2F45 | 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: #C7E3F5;
--teal-300: #9BCEED;
--teal-400: #67B4E4;
--teal-500: #3C9FDD;
--teal-600: #2283BF;
--teal-700: #1B6898;
--teal-800: #134A6C;
--teal-900: #0C2F45;
--teal-950: #081E2B;
}