Teal
#2E6B85
BlueColor Codes
All color formats for development
HEX
#2E6B85RGB
rgb(46, 107, 133)HSL
hsl(198, 49%, 35%)OKLCH
oklch(0.499 0.075 229)CMYK
cmyk(65%, 20%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#296078
2#24556A
3#204B5D
4#1B4050
5#173542
6#122B35
7#0E2028
8#09151B
9#050B0D
Tints
Lighter variations
1#367F9E
2#3E92B6
3#52A2C4
4#6BAFCC
5#84BCD5
6#9CCADD
7#B5D7E6
8#CEE4EE
9#E6F2F7
Tones
Muted variations
1#326981
2#36677C
3#3B6578
4#3F6473
5#43626F
6#48606B
7#4C5E66
8#515D62
9#555B5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F1 #E4F1F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE4 #CEE4EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D0 #A8D0E1 | BordersInactive statesPlaceholder text |
| 400 | 7AB7 #7AB7D1 | Disabled statesSecondary iconsMuted text |
| 500 | 54A3 #54A3C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3986 #3986A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E6B #2E6B85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 214C #214C5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1531 #15313D | Primary textHigh emphasis contentDark headings |
| 950 | 0D1E #0D1E26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F4F9FB;
--teal-100: #E4F1F6;
--teal-200: #CEE4EE;
--teal-300: #A8D0E1;
--teal-400: #7AB7D1;
--teal-500: #54A3C4;
--teal-600: #3986A7;
--teal-700: #2E6B85;
--teal-800: #214C5F;
--teal-900: #15313D;
--teal-950: #0D1E26;
}