Teal
#2C6287
BlueColor Codes
All color formats for development
HEX
#2C6287RGB
rgb(44, 98, 135)HSL
hsl(204, 51%, 35%)OKLCH
oklch(0.477 0.083 241.4)CMYK
cmyk(67%, 27%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#275979
2#234F6C
3#1F455E
4#1A3B51
5#163143
6#112736
7#0D1E28
8#09141B
9#040A0D
Tints
Lighter variations
1#3475A0
2#3C87B9
3#5097C6
4#69A6CE
5#82B5D6
6#9BC3DF
7#B4D2E7
8#CDE1EF
9#E6F0F7
Tones
Muted variations
1#306182
2#35617E
3#396079
4#3E5F75
5#425E70
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 | CDE1 #CDE1EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6CA #A6CAE2 | BordersInactive statesPlaceholder text |
| 400 | 78AF #78AFD3 | Disabled statesSecondary iconsMuted text |
| 500 | 5298 #5298C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 377C #377CA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C62 #2C6287 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F46 #1F4660 | Text on light backgroundsHeadingsStrong borders |
| 900 | 142D #142D3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1C #0C1C27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F8FB;
--teal-100: #E4EFF6;
--teal-200: #CDE1EF;
--teal-300: #A6CAE2;
--teal-400: #78AFD3;
--teal-500: #5298C7;
--teal-600: #377CA9;
--teal-700: #2C6287;
--teal-800: #1F4660;
--teal-900: #142D3E;
--teal-950: #0C1C27;
}