Teal
#2E6285
BlueColor Codes
All color formats for development
HEX
#2E6285RGB
rgb(46, 98, 133)HSL
hsl(204, 49%, 35%)OKLCH
oklch(0.477 0.079 240.7)CMYK
cmyk(65%, 26%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#295878
2#244E6A
3#20455D
4#1B3B50
5#173142
6#122735
7#0E1D28
8#09141B
9#050A0D
Tints
Lighter variations
1#36749E
2#3E86B6
3#5296C4
4#6BA5CC
5#84B4D5
6#9CC3DD
7#B5D2E6
8#CEE1EE
9#E6F0F7
Tones
Muted variations
1#326181
2#36607C
3#3B5F78
4#3F5E73
5#435E6F
6#485D6B
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 | E4EF #E4EFF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE1 #CEE1EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8CA #A8CAE1 | BordersInactive statesPlaceholder text |
| 400 | 7AAE #7AAED1 | Disabled statesSecondary iconsMuted text |
| 500 | 5497 #5497C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 397B #397BA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E62 #2E6285 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2146 #21465F | Text on light backgroundsHeadingsStrong borders |
| 900 | 152D #152D3D | 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: #E4EFF6;
--teal-200: #CEE1EE;
--teal-300: #A8CAE1;
--teal-400: #7AAED1;
--teal-500: #5497C4;
--teal-600: #397BA7;
--teal-700: #2E6285;
--teal-800: #21465F;
--teal-900: #152D3D;
--teal-950: #0D1C26;
}