Teal
#2B6788
BlueColor Codes
All color formats for development
HEX
#2B6788RGB
rgb(43, 103, 136)HSL
hsl(201, 52%, 35%)OKLCH
oklch(0.489 0.081 235.9)CMYK
cmyk(68%, 24%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#275D7A
2#22536D
3#1E485F
4#1A3E51
5#153444
6#112936
7#0D1F29
8#09151B
9#040A0E
Tints
Lighter variations
1#337AA1
2#3B8DBA
3#4F9DC7
4#68ABCF
5#81B9D7
6#9AC7DF
7#B3D5E7
8#CDE3EF
9#E6F1F7
Tones
Muted variations
1#2F6683
2#34647E
3#39637A
4#3D6275
5#426070
6#475F6C
7#4B5D67
8#505C63
9#555B5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F0 #E4F0F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE3 #CDE3EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6CD #A6CDE3 | BordersInactive statesPlaceholder text |
| 400 | 77B4 #77B4D4 | Disabled statesSecondary iconsMuted text |
| 500 | 519E #519EC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3682 #3682AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B67 #2B6788 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F4A #1F4A61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 142F #142F3E | 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: #F3F9FB;
--teal-100: #E4F0F6;
--teal-200: #CDE3EF;
--teal-300: #A6CDE3;
--teal-400: #77B4D4;
--teal-500: #519EC8;
--teal-600: #3682AB;
--teal-700: #2B6788;
--teal-800: #1F4A61;
--teal-900: #142F3E;
--teal-950: #0C1D27;
}