Teal
#296189
BlueColor Codes
All color formats for development
HEX
#296189RGB
rgb(41, 97, 137)HSL
hsl(205, 54%, 35%)OKLCH
oklch(0.474 0.087 242.8)CMYK
cmyk(70%, 29%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25587C
2#214E6E
3#1D4460
4#193A52
5#153145
6#102737
7#0C1D29
8#08131B
9#040A0E
Tints
Lighter variations
1#3173A3
2#3885BC
3#4C95CA
4#66A5D1
5#7FB4D9
6#99C3E1
7#B2D2E8
8#CCE1F0
9#E5F0F7
Tones
Muted variations
1#2E6085
2#336080
3#385F7B
4#3C5E76
5#415D71
6#465C6D
7#4B5C68
8#505B63
9#545A5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EF #E4EFF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE1 #CCE1F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5CA #A5CAE4 | BordersInactive statesPlaceholder text |
| 400 | 76AE #76AED6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E97 #4E97CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 347A #347AAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2961 #296189 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D45 #1D4562 | Text on light backgroundsHeadingsStrong borders |
| 900 | 132C #132C3F | Primary textHigh emphasis contentDark headings |
| 950 | 0C1C #0C1C27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F8FB;
--teal-100: #E4EFF7;
--teal-200: #CCE1F0;
--teal-300: #A5CAE4;
--teal-400: #76AED6;
--teal-500: #4E97CA;
--teal-600: #347AAD;
--teal-700: #296189;
--teal-800: #1D4562;
--teal-900: #132C3F;
--teal-950: #0C1C27;
}