Teal
#1B6C98
BlueColor Codes
All color formats for development
HEX
#1B6C98RGB
rgb(27, 108, 152)HSL
hsl(201, 70%, 35%)OKLCH
oklch(0.506 0.102 238.3)CMYK
cmyk(82%, 29%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#186189
2#155679
3#134C6A
4#10415B
5#0D364C
6#0B2B3D
7#08202E
8#05161E
9#030B0F
Tints
Lighter variations
1#2080B4
2#2594D0
3#3AA3DC
4#56B0E1
5#72BEE6
6#8ECBEB
7#AAD8F0
8#C7E5F5
9#E3F2FA
Tones
Muted variations
1#216A91
2#27688B
3#2E6685
4#34647F
5#3A6378
6#406172
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 | C7E5 #C7E5F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BD1 #9BD1ED | BordersInactive statesPlaceholder text |
| 400 | 67B8 #67B8E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CA4 #3CA4DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2288 #2288BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B6C #1B6C98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 134D #134D6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C31 #0C3145 | 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: #C7E5F5;
--teal-300: #9BD1ED;
--teal-400: #67B8E4;
--teal-500: #3CA4DD;
--teal-600: #2288BF;
--teal-700: #1B6C98;
--teal-800: #134D6C;
--teal-900: #0C3145;
--teal-950: #081F2B;
}