Teal
#2A6C89
BlueColor Codes
All color formats for development
HEX
#2A6C89RGB
rgb(42, 108, 137)HSL
hsl(198, 53%, 35%)OKLCH
oklch(0.502 0.08 230.4)CMYK
cmyk(69%, 21%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26617B
2#22576D
3#1D4C60
4#194152
5#153644
6#112B37
7#0D2029
8#08161B
9#040B0E
Tints
Lighter variations
1#3280A2
2#3A94BB
3#4DA4C8
4#67B1D0
5#80BED8
6#9ACBE0
7#B3D8E8
8#CCE5EF
9#E6F2F7
Tones
Muted variations
1#2F6A84
2#33687F
3#38667A
4#3D6576
5#426371
6#46616C
7#4B5F67
8#505D63
9#555B5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F1 #E4F1F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE5 #CCE5EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D1 #A5D1E3 | BordersInactive statesPlaceholder text |
| 400 | 76B9 #76B9D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4FA5 #4FA5C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3588 #3588AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A6C #2A6C89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E4D #1E4D62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1331 #13313E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1F #0C1F27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F9FB;
--teal-100: #E4F1F7;
--teal-200: #CCE5EF;
--teal-300: #A5D1E3;
--teal-400: #76B9D5;
--teal-500: #4FA5C9;
--teal-600: #3588AC;
--teal-700: #2A6C89;
--teal-800: #1E4D62;
--teal-900: #13313E;
--teal-950: #0C1F27;
}