Teal
#2B6F88
BlueColor Codes
All color formats for development
HEX
#2B6F88RGB
rgb(43, 111, 136)HSL
hsl(196, 52%, 35%)OKLCH
oklch(0.51 0.078 225.8)CMYK
cmyk(68%, 18%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27647A
2#22596D
3#1E4E5F
4#1A4351
5#153744
6#112C36
7#0D2129
8#09161B
9#040B0E
Tints
Lighter variations
1#3384A1
2#3B98BA
3#4FA7C7
4#68B4CF
5#81C0D7
6#9ACDDF
7#B3D9E7
8#CDE6EF
9#E6F2F7
Tones
Muted variations
1#2F6D83
2#346B7E
3#39687A
4#3D6675
5#426470
6#47626C
7#4B6067
8#505E63
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 | CDE6 #CDE6EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6D3 #A6D3E3 | BordersInactive statesPlaceholder text |
| 400 | 77BB #77BBD4 | Disabled statesSecondary iconsMuted text |
| 500 | 51A8 #51A8C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 368B #368BAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B6F #2B6F88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F4F #1F4F61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1433 #14333E | Primary textHigh emphasis contentDark headings |
| 950 | 0C20 #0C2027 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F9FB;
--teal-100: #E4F1F6;
--teal-200: #CDE6EF;
--teal-300: #A6D3E3;
--teal-400: #77BBD4;
--teal-500: #51A8C8;
--teal-600: #368BAB;
--teal-700: #2B6F88;
--teal-800: #1F4F61;
--teal-900: #14333E;
--teal-950: #0C2027;
}