Teal
#2B6188
BlueColor Codes
All color formats for development
HEX
#2B6188RGB
rgb(43, 97, 136)HSL
hsl(205, 52%, 35%)OKLCH
oklch(0.474 0.085 242.9)CMYK
cmyk(68%, 29%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27577A
2#224E6D
3#1E445F
4#1A3A51
5#153044
6#112736
7#0D1D29
8#09131B
9#040A0E
Tints
Lighter variations
1#3373A1
2#3B85BA
3#4F95C7
4#68A4CF
5#81B3D7
6#9AC2DF
7#B3D2E7
8#CDE1EF
9#E6F0F7
Tones
Muted variations
1#2F6083
2#345F7E
3#395F7A
4#3D5E75
5#425D70
6#475C6C
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 | A6C9 #A6C9E3 | BordersInactive statesPlaceholder text |
| 400 | 77AD #77ADD4 | Disabled statesSecondary iconsMuted text |
| 500 | 5196 #5196C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 367A #367AAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B61 #2B6188 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F45 #1F4561 | Text on light backgroundsHeadingsStrong borders |
| 900 | 142C #142C3E | 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: #A6C9E3;
--teal-400: #77ADD4;
--teal-500: #5196C8;
--teal-600: #367AAB;
--teal-700: #2B6188;
--teal-800: #1F4561;
--teal-900: #142C3E;
--teal-950: #0C1C27;
}