Teal
#2C6487
BlueColor Codes
All color formats for development
HEX
#2C6487RGB
rgb(44, 100, 135)HSL
hsl(203, 51%, 35%)OKLCH
oklch(0.482 0.081 239.1)CMYK
cmyk(67%, 26%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#275A79
2#23506C
3#1F465E
4#1A3C51
5#163243
6#112836
7#0D1E28
8#09141B
9#040A0D
Tints
Lighter variations
1#3476A0
2#3C89B9
3#5099C6
4#69A7CE
5#82B6D6
6#9BC5DF
7#B4D3E7
8#CDE2EF
9#E6F0F7
Tones
Muted variations
1#306382
2#35627E
3#396179
4#3E6075
5#425F70
6#475D6B
7#4C5C67
8#505B62
9#555A5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EF #E4EFF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE2 #CDE2EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6CB #A6CBE2 | BordersInactive statesPlaceholder text |
| 400 | 78B0 #78B0D3 | Disabled statesSecondary iconsMuted text |
| 500 | 529A #529AC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 377E #377EA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C64 #2C6487 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F47 #1F4760 | 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: #E4EFF6;
--teal-200: #CDE2EF;
--teal-300: #A6CBE2;
--teal-400: #78B0D3;
--teal-500: #529AC7;
--teal-600: #377EA9;
--teal-700: #2C6487;
--teal-800: #1F4760;
--teal-900: #142E3E;
--teal-950: #0C1D27;
}