Teal
#2C6587
BlueColor Codes
All color formats for development
HEX
#2C6587RGB
rgb(44, 101, 135)HSL
hsl(202, 51%, 35%)OKLCH
oklch(0.484 0.081 237.9)CMYK
cmyk(67%, 25%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#275B79
2#23516C
3#1F475E
4#1A3D51
5#163343
6#112936
7#0D1E28
8#09141B
9#040A0D
Tints
Lighter variations
1#3478A0
2#3C8BB9
3#509BC6
4#69A9CE
5#82B7D6
6#9BC6DF
7#B4D4E7
8#CDE2EF
9#E6F1F7
Tones
Muted variations
1#306482
2#35637E
3#396279
4#3E6175
5#425F70
6#475E6B
7#4C5D67
8#505C62
9#555A5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F0 #E4F0F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE2 #CDE2EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6CC #A6CCE2 | BordersInactive statesPlaceholder text |
| 400 | 78B2 #78B2D3 | Disabled statesSecondary iconsMuted text |
| 500 | 529C #529CC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 377F #377FA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C65 #2C6587 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F48 #1F4860 | Text on light backgroundsHeadingsStrong borders |
| 900 | 142E #142E3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1D #0C1D27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F8FB;
--teal-100: #E4F0F6;
--teal-200: #CDE2EF;
--teal-300: #A6CCE2;
--teal-400: #78B2D3;
--teal-500: #529CC7;
--teal-600: #377FA9;
--teal-700: #2C6587;
--teal-800: #1F4860;
--teal-900: #142E3E;
--teal-950: #0C1D27;
}