Teal
#2B6488
BlueColor Codes
All color formats for development
HEX
#2B6488RGB
rgb(43, 100, 136)HSL
hsl(203, 52%, 35%)OKLCH
oklch(0.482 0.083 239.5)CMYK
cmyk(68%, 26%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#275A7A
2#22506D
3#1E465F
4#1A3C51
5#153244
6#112836
7#0D1E29
8#09141B
9#040A0E
Tints
Lighter variations
1#3377A1
2#3B89BA
3#4F99C7
4#68A8CF
5#81B6D7
6#9AC5DF
7#B3D3E7
8#CDE2EF
9#E6F0F7
Tones
Muted variations
1#2F6383
2#34627E
3#39617A
4#3D6075
5#425F70
6#475E6C
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 | CDE2 #CDE2EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6CB #A6CBE3 | BordersInactive statesPlaceholder text |
| 400 | 77B1 #77B1D4 | Disabled statesSecondary iconsMuted text |
| 500 | 519A #519AC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 367E #367EAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B64 #2B6488 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F47 #1F4761 | 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: #E4EFF6;
--teal-200: #CDE2EF;
--teal-300: #A6CBE3;
--teal-400: #77B1D4;
--teal-500: #519AC8;
--teal-600: #367EAB;
--teal-700: #2B6488;
--teal-800: #1F4761;
--teal-900: #142E3E;
--teal-950: #0C1D27;
}