Teal
#2E6C85
BlueColor Codes
All color formats for development
HEX
#2E6C85RGB
rgb(46, 108, 133)HSL
hsl(197, 49%, 35%)OKLCH
oklch(0.502 0.075 227.6)CMYK
cmyk(65%, 19%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#296178
2#24576A
3#204C5D
4#1B4150
5#173642
6#122B35
7#0E2028
8#09161B
9#050B0D
Tints
Lighter variations
1#36809E
2#3E94B6
3#52A4C4
4#6BB1CC
5#84BED5
6#9CCBDD
7#B5D8E6
8#CEE5EE
9#E6F2F7
Tones
Muted variations
1#326A81
2#36687C
3#3B6778
4#3F6573
5#43636F
6#48616B
7#4C5F66
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 | CEE5 #CEE5EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D1 #A8D1E1 | BordersInactive statesPlaceholder text |
| 400 | 7AB9 #7AB9D1 | Disabled statesSecondary iconsMuted text |
| 500 | 54A5 #54A5C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3988 #3988A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E6C #2E6C85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 214D #214D5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1531 #15313D | Primary textHigh emphasis contentDark headings |
| 950 | 0D1F #0D1F26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F4F9FB;
--teal-100: #E4F1F6;
--teal-200: #CEE5EE;
--teal-300: #A8D1E1;
--teal-400: #7AB9D1;
--teal-500: #54A5C4;
--teal-600: #3988A7;
--teal-700: #2E6C85;
--teal-800: #214D5F;
--teal-900: #15313D;
--teal-950: #0D1F26;
}