Teal
#2B6388
BlueColor Codes
All color formats for development
HEX
#2B6388RGB
rgb(43, 99, 136)HSL
hsl(204, 52%, 35%)OKLCH
oklch(0.479 0.084 240.6)CMYK
cmyk(68%, 27%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27597A
2#224F6D
3#1E455F
4#1A3B51
5#153144
6#112736
7#0D1E29
8#09141B
9#040A0E
Tints
Lighter variations
1#3375A1
2#3B87BA
3#4F97C7
4#68A6CF
5#81B5D7
6#9AC4DF
7#B3D2E7
8#CDE1EF
9#E6F0F7
Tones
Muted variations
1#2F6283
2#34617E
3#39607A
4#3D5F75
5#425E70
6#475D6C
7#4B5C67
8#505B63
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 #A6CAE3 | BordersInactive statesPlaceholder text |
| 400 | 77AF #77AFD4 | Disabled statesSecondary iconsMuted text |
| 500 | 5198 #5198C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 367C #367CAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B63 #2B6388 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F46 #1F4661 | 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: #A6CAE3;
--teal-400: #77AFD4;
--teal-500: #5198C8;
--teal-600: #367CAB;
--teal-700: #2B6388;
--teal-800: #1F4661;
--teal-900: #142D3E;
--teal-950: #0C1C27;
}