Teal
#2E6185
BlueColor Codes
All color formats for development
HEX
#2E6185RGB
rgb(46, 97, 133)HSL
hsl(205, 49%, 35%)OKLCH
oklch(0.474 0.08 241.9)CMYK
cmyk(65%, 27%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#295778
2#244D6A
3#20445D
4#1B3A50
5#173042
6#122735
7#0E1D28
8#09131B
9#050A0D
Tints
Lighter variations
1#36729E
2#3E84B6
3#5294C4
4#6BA4CC
5#84B3D5
6#9CC2DD
7#B5D1E6
8#CEE1EE
9#E6F0F7
Tones
Muted variations
1#326081
2#365F7C
3#3B5E78
4#3F5E73
5#435D6F
6#485C6B
7#4C5B66
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 | A8C9 #A8C9E1 | BordersInactive statesPlaceholder text |
| 400 | 7AAD #7AADD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5496 #5496C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3979 #3979A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E61 #2E6185 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2145 #21455F | Text on light backgroundsHeadingsStrong borders |
| 900 | 152C #152C3D | 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: #A8C9E1;
--teal-400: #7AADD1;
--teal-500: #5496C4;
--teal-600: #3979A7;
--teal-700: #2E6185;
--teal-800: #21455F;
--teal-900: #152C3D;
--teal-950: #0D1C26;
}