Teal
#2E6584
BlueColor Codes
All color formats for development
HEX
#2E6584RGB
rgb(46, 101, 132)HSL
hsl(202, 48%, 35%)OKLCH
oklch(0.484 0.076 236.1)CMYK
cmyk(65%, 23%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A5B77
2#25516A
3#20465C
4#1C3C4F
5#173242
6#132835
7#0E1E28
8#09141A
9#050A0D
Tints
Lighter variations
1#37779D
2#408AB5
3#539AC3
4#6CA8CB
5#84B7D4
6#9DC5DD
7#B5D4E5
8#CEE2EE
9#E6F1F6
Tones
Muted variations
1#336480
2#37627C
3#3B6177
4#406073
5#445F6F
6#485E6A
7#4C5D66
8#515C62
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 | A8CC #A8CCE1 | BordersInactive statesPlaceholder text |
| 400 | 7BB1 #7BB1D1 | Disabled statesSecondary iconsMuted text |
| 500 | 559B #559BC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A7F #3A7FA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E65 #2E6584 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2148 #21485E | Text on light backgroundsHeadingsStrong borders |
| 900 | 152E #152E3C | Primary textHigh emphasis contentDark headings |
| 950 | 0D1D #0D1D26 | 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: #A8CCE1;
--teal-400: #7BB1D1;
--teal-500: #559BC3;
--teal-600: #3A7FA6;
--teal-700: #2E6584;
--teal-800: #21485E;
--teal-900: #152E3C;
--teal-950: #0D1D26;
}