Teal
#2E5F84
BlueColor Codes
All color formats for development
HEX
#2E5F84RGB
rgb(46, 95, 132)HSL
hsl(206, 48%, 35%)OKLCH
oklch(0.469 0.08 243.6)CMYK
cmyk(65%, 28%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A5577
2#254C6A
3#20425C
4#1C394F
5#172F42
6#132635
7#0E1C28
8#09131A
9#05090D
Tints
Lighter variations
1#37719D
2#4082B5
3#5392C3
4#6CA2CB
5#84B1D4
6#9DC1DD
7#B5D0E5
8#CEE0EE
9#E6EFF6
Tones
Muted variations
1#335E80
2#375E7C
3#3B5D77
4#405D73
5#445C6F
6#485C6A
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 | CEE0 #CEE0EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C8 #A8C8E1 | BordersInactive statesPlaceholder text |
| 400 | 7BAB #7BABD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5594 #5594C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A77 #3A77A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E5F #2E5F84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2144 #21445E | 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: #CEE0EE;
--teal-300: #A8C8E1;
--teal-400: #7BABD1;
--teal-500: #5594C3;
--teal-600: #3A77A6;
--teal-700: #2E5F84;
--teal-800: #21445E;
--teal-900: #152B3C;
--teal-950: #0D1B26;
}