Teal
#2E5E85
BlueColor Codes
All color formats for development
HEX
#2E5E85RGB
rgb(46, 94, 133)HSL
hsl(207, 49%, 35%)OKLCH
oklch(0.467 0.082 245.4)CMYK
cmyk(65%, 29%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#295478
2#244B6A
3#20425D
4#1B3850
5#172F42
6#122535
7#0E1C28
8#09131B
9#05090D
Tints
Lighter variations
1#366F9E
2#3E80B6
3#5291C4
4#6BA0CC
5#84B0D5
6#9CC0DD
7#B5D0E6
8#CEDFEE
9#E6EFF7
Tones
Muted variations
1#325D81
2#365D7C
3#3B5C78
4#3F5C73
5#435B6F
6#485B6B
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 | E4EE #E4EEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEDF #CEDFEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C7 #A8C7E1 | BordersInactive statesPlaceholder text |
| 400 | 7AAA #7AAAD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5492 #5492C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3976 #3976A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E5E #2E5E85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2143 #21435F | Text on light backgroundsHeadingsStrong borders |
| 900 | 152B #152B3D | 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: #E4EEF6;
--teal-200: #CEDFEE;
--teal-300: #A8C7E1;
--teal-400: #7AAAD1;
--teal-500: #5492C4;
--teal-600: #3976A7;
--teal-700: #2E5E85;
--teal-800: #21435F;
--teal-900: #152B3D;
--teal-950: #0D1B26;
}