Teal
#2C6787
BlueColor Codes
All color formats for development
HEX
#2C6787RGB
rgb(44, 103, 135)HSL
hsl(201, 51%, 35%)OKLCH
oklch(0.489 0.08 235.4)CMYK
cmyk(67%, 24%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#275D79
2#23526C
3#1F485E
4#1A3E51
5#163343
6#112936
7#0D1F28
8#09151B
9#040A0D
Tints
Lighter variations
1#347AA0
2#3C8DB9
3#509DC6
4#69ABCE
5#82B9D6
6#9BC7DF
7#B4D5E7
8#CDE3EF
9#E6F1F7
Tones
Muted variations
1#306682
2#35647E
3#396379
4#3E6175
5#426070
6#475F6B
7#4C5D67
8#505C62
9#555B5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F0 #E4F0F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE3 #CDE3EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6CD #A6CDE2 | BordersInactive statesPlaceholder text |
| 400 | 78B3 #78B3D3 | Disabled statesSecondary iconsMuted text |
| 500 | 529E #529EC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3781 #3781A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C67 #2C6787 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F4A #1F4A60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 142F #142F3E | 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: #F3F9FB;
--teal-100: #E4F0F6;
--teal-200: #CDE3EF;
--teal-300: #A6CDE2;
--teal-400: #78B3D3;
--teal-500: #529EC7;
--teal-600: #3781A9;
--teal-700: #2C6787;
--teal-800: #1F4A60;
--teal-900: #142F3E;
--teal-950: #0C1D27;
}