Teal
#2E6384
BlueColor Codes
All color formats for development
HEX
#2E6384RGB
rgb(46, 99, 132)HSL
hsl(203, 48%, 35%)OKLCH
oklch(0.479 0.078 238.6)CMYK
cmyk(65%, 25%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A5977
2#254F6A
3#20455C
4#1C3C4F
5#173242
6#132835
7#0E1E28
8#09141A
9#050A0D
Tints
Lighter variations
1#37769D
2#4088B5
3#5398C3
4#6CA7CB
5#84B5D4
6#9DC4DD
7#B5D3E5
8#CEE2EE
9#E6F0F6
Tones
Muted variations
1#336280
2#37617C
3#3B6077
4#405F73
5#445E6F
6#485D6A
7#4C5C66
8#515B62
9#555A5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EF #E5EFF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE2 #CEE2EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8CB #A8CBE1 | BordersInactive statesPlaceholder text |
| 400 | 7BB0 #7BB0D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5599 #5599C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A7D #3A7DA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E63 #2E6384 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2147 #21475E | Text on light backgroundsHeadingsStrong borders |
| 900 | 152D #152D3C | Primary textHigh emphasis contentDark headings |
| 950 | 0D1C #0D1C26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F4F8FB;
--teal-100: #E5EFF6;
--teal-200: #CEE2EE;
--teal-300: #A8CBE1;
--teal-400: #7BB0D1;
--teal-500: #5599C3;
--teal-600: #3A7DA6;
--teal-700: #2E6384;
--teal-800: #21475E;
--teal-900: #152D3C;
--teal-950: #0D1C26;
}