Teal
#296689
BlueColor Codes
All color formats for development
HEX
#296689RGB
rgb(41, 102, 137)HSL
hsl(202, 54%, 35%)OKLCH
oklch(0.487 0.084 237.3)CMYK
cmyk(70%, 26%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#255C7C
2#21526E
3#1D4760
4#193D52
5#153345
6#102937
7#0C1F29
8#08141B
9#040A0E
Tints
Lighter variations
1#3179A3
2#388CBC
3#4C9CCA
4#66AAD1
5#7FB8D9
6#99C6E1
7#B2D4E8
8#CCE3F0
9#E5F1F7
Tones
Muted variations
1#2E6585
2#336480
3#38627B
4#3C6176
5#416071
6#465E6D
7#4B5D68
8#505C63
9#545B5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F0 #E4F0F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE3 #CCE3F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5CD #A5CDE4 | BordersInactive statesPlaceholder text |
| 400 | 76B3 #76B3D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E9D #4E9DCA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3480 #3480AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2966 #296689 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D49 #1D4962 | Text on light backgroundsHeadingsStrong borders |
| 900 | 132F #132F3F | Primary textHigh emphasis contentDark headings |
| 950 | 0C1D #0C1D27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F8FB;
--teal-100: #E4F0F7;
--teal-200: #CCE3F0;
--teal-300: #A5CDE4;
--teal-400: #76B3D6;
--teal-500: #4E9DCA;
--teal-600: #3480AD;
--teal-700: #296689;
--teal-800: #1D4962;
--teal-900: #132F3F;
--teal-950: #0C1D27;
}