Teal
#2A6B89
BlueColor Codes
All color formats for development
HEX
#2A6B89RGB
rgb(42, 107, 137)HSL
hsl(199, 53%, 35%)OKLCH
oklch(0.5 0.081 231.6)CMYK
cmyk(69%, 22%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26607B
2#22556D
3#1D4B60
4#194052
5#153544
6#112B37
7#0D2029
8#08151B
9#040B0E
Tints
Lighter variations
1#327EA2
2#3A92BB
3#4DA2C8
4#67AFD0
5#80BCD8
6#9ACAE0
7#B3D7E8
8#CCE4EF
9#E6F2F7
Tones
Muted variations
1#2F6984
2#33677F
3#38657A
4#3D6476
5#426271
6#46606C
7#4B5E67
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 | CCE4 #CCE4EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D0 #A5D0E3 | BordersInactive statesPlaceholder text |
| 400 | 76B7 #76B7D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4FA3 #4FA3C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3586 #3586AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A6B #2A6B89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E4C #1E4C62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1331 #13313E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1E #0C1E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F9FB;
--teal-100: #E4F1F7;
--teal-200: #CCE4EF;
--teal-300: #A5D0E3;
--teal-400: #76B7D5;
--teal-500: #4FA3C9;
--teal-600: #3586AC;
--teal-700: #2A6B89;
--teal-800: #1E4C62;
--teal-900: #13313E;
--teal-950: #0C1E27;
}