Teal
#2A6F89
BlueColor Codes
All color formats for development
HEX
#2A6F89RGB
rgb(42, 111, 137)HSL
hsl(196, 53%, 35%)OKLCH
oklch(0.51 0.079 226.6)CMYK
cmyk(69%, 19%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26647B
2#22596D
3#1D4E60
4#194352
5#153844
6#112D37
7#0D2129
8#08161B
9#040B0E
Tints
Lighter variations
1#3284A2
2#3A99BB
3#4DA8C8
4#67B4D0
5#80C1D8
6#9ACDE0
7#B3DAE8
8#CCE6EF
9#E6F3F7
Tones
Muted variations
1#2F6D84
2#336B7F
3#38697A
4#3D6676
5#426471
6#46626C
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 | E4F2 #E4F2F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE6 #CCE6EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D3 #A5D3E3 | BordersInactive statesPlaceholder text |
| 400 | 76BC #76BCD5 | Disabled statesSecondary iconsMuted text |
| 500 | 4FA9 #4FA9C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 358C #358CAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A6F #2A6F89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E50 #1E5062 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1333 #13333E | 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: #E4F2F7;
--teal-200: #CCE6EF;
--teal-300: #A5D3E3;
--teal-400: #76BCD5;
--teal-500: #4FA9C9;
--teal-600: #358CAC;
--teal-700: #2A6F89;
--teal-800: #1E5062;
--teal-900: #13333E;
--teal-950: #0C2027;
}