Teal
#296B89
BlueColor Codes
All color formats for development
HEX
#296B89RGB
rgb(41, 107, 137)HSL
hsl(199, 54%, 35%)OKLCH
oklch(0.499 0.081 231.3)CMYK
cmyk(70%, 22%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25607C
2#21566E
3#1D4B60
4#194052
5#153545
6#102B37
7#0C2029
8#08151B
9#040B0E
Tints
Lighter variations
1#317FA3
2#3893BC
3#4CA2CA
4#66AFD1
5#7FBDD9
6#99CAE1
7#B2D7E8
8#CCE4F0
9#E5F2F7
Tones
Muted variations
1#2E6985
2#336780
3#38667B
4#3C6476
5#416271
6#46606D
7#4B5F68
8#505D63
9#545B5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F1 #E4F1F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE4 #CCE4F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D0 #A5D0E4 | BordersInactive statesPlaceholder text |
| 400 | 76B7 #76B7D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4EA3 #4EA3CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3486 #3486AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 296B #296B89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D4C #1D4C62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1331 #13313F | Primary textHigh emphasis contentDark headings |
| 950 | 0C1F #0C1F27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F9FB;
--teal-100: #E4F1F7;
--teal-200: #CCE4F0;
--teal-300: #A5D0E4;
--teal-400: #76B7D6;
--teal-500: #4EA3CA;
--teal-600: #3486AD;
--teal-700: #296B89;
--teal-800: #1D4C62;
--teal-900: #13313F;
--teal-950: #0C1F27;
}