Teal
#2E5E84
BlueColor Codes
All color formats for development
HEX
#2E5E84RGB
rgb(46, 94, 132)HSL
hsl(207, 48%, 35%)OKLCH
oklch(0.466 0.081 244.7)CMYK
cmyk(65%, 29%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A5477
2#254B6A
3#20415C
4#1C384F
5#172F42
6#132535
7#0E1C28
8#09131A
9#05090D
Tints
Lighter variations
1#376F9D
2#4080B5
3#5391C3
4#6CA0CB
5#84B0D4
6#9DC0DD
7#B5D0E5
8#CEDFEE
9#E6EFF6
Tones
Muted variations
1#335D80
2#375D7C
3#3B5C77
4#405C73
5#445B6F
6#485B6A
7#4C5B66
8#515A62
9#555A5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EE #E5EEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEDF #CEDFEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C7 #A8C7E1 | BordersInactive statesPlaceholder text |
| 400 | 7BAA #7BAAD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5592 #5592C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A76 #3A76A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E5E #2E5E84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2143 #21435E | Text on light backgroundsHeadingsStrong borders |
| 900 | 152B #152B3C | Primary textHigh emphasis contentDark headings |
| 950 | 0D1B #0D1B26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F4F8FB;
--teal-100: #E5EEF6;
--teal-200: #CEDFEE;
--teal-300: #A8C7E1;
--teal-400: #7BAAD1;
--teal-500: #5592C3;
--teal-600: #3A76A6;
--teal-700: #2E5E84;
--teal-800: #21435E;
--teal-900: #152B3C;
--teal-950: #0D1B26;
}