Teal
#2B6688
BlueColor Codes
All color formats for development
HEX
#2B6688RGB
rgb(43, 102, 136)HSL
hsl(202, 52%, 35%)OKLCH
oklch(0.487 0.082 237.1)CMYK
cmyk(68%, 25%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#275B7A
2#22516D
3#1E475F
4#1A3D51
5#153344
6#112936
7#0D1E29
8#09141B
9#040A0E
Tints
Lighter variations
1#3378A1
2#3B8BBA
3#4F9BC7
4#68A9CF
5#81B8D7
6#9AC6DF
7#B3D4E7
8#CDE2EF
9#E6F1F7
Tones
Muted variations
1#2F6483
2#34637E
3#39627A
4#3D6175
5#425F70
6#475E6C
7#4B5D67
8#505C63
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 #A6CCE3 | BordersInactive statesPlaceholder text |
| 400 | 77B2 #77B2D4 | Disabled statesSecondary iconsMuted text |
| 500 | 519C #519CC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3680 #3680AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B66 #2B6688 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F49 #1F4961 | 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: #A6CCE3;
--teal-400: #77B2D4;
--teal-500: #519CC8;
--teal-600: #3680AB;
--teal-700: #2B6688;
--teal-800: #1F4961;
--teal-900: #142E3E;
--teal-950: #0C1D27;
}