Teal
#2B6C88
BlueColor Codes
All color formats for development
HEX
#2B6C88RGB
rgb(43, 108, 136)HSL
hsl(198, 52%, 35%)OKLCH
oklch(0.502 0.079 229.7)CMYK
cmyk(68%, 21%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27617A
2#22566D
3#1E4B5F
4#1A4151
5#153644
6#112B36
7#0D2029
8#09161B
9#040B0E
Tints
Lighter variations
1#3380A1
2#3B94BA
3#4FA3C7
4#68B0CF
5#81BDD7
6#9ACADF
7#B3D8E7
8#CDE5EF
9#E6F2F7
Tones
Muted variations
1#2F6A83
2#34687E
3#39667A
4#3D6475
5#426370
6#47616C
7#4B5F67
8#505D63
9#555B5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F1 #E4F1F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE5 #CDE5EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6D1 #A6D1E3 | BordersInactive statesPlaceholder text |
| 400 | 77B8 #77B8D4 | Disabled statesSecondary iconsMuted text |
| 500 | 51A4 #51A4C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3688 #3688AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B6C #2B6C88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F4D #1F4D61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1431 #14313E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1F #0C1F27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F9FB;
--teal-100: #E4F1F6;
--teal-200: #CDE5EF;
--teal-300: #A6D1E3;
--teal-400: #77B8D4;
--teal-500: #51A4C8;
--teal-600: #3688AB;
--teal-700: #2B6C88;
--teal-800: #1F4D61;
--teal-900: #14313E;
--teal-950: #0C1F27;
}