Teal
#297089
BlueColor Codes
All color formats for development
HEX
#297089RGB
rgb(41, 112, 137)HSL
hsl(196, 54%, 35%)OKLCH
oklch(0.512 0.08 225.1)CMYK
cmyk(70%, 18%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25657C
2#21596E
3#1D4E60
4#194352
5#153845
6#102D37
7#0C2229
8#08161B
9#040B0E
Tints
Lighter variations
1#3184A3
2#3899BC
3#4CA8CA
4#66B5D1
5#7FC1D9
6#99CDE1
7#B2DAE8
8#CCE6F0
9#E5F3F7
Tones
Muted variations
1#2E6D85
2#336B80
3#38697B
4#3C6776
5#416471
6#46626D
7#4B6068
8#505E63
9#545B5E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F2 #E4F2F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE6 #CCE6F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D3 #A5D3E4 | BordersInactive statesPlaceholder text |
| 400 | 76BC #76BCD6 | Disabled statesSecondary iconsMuted text |
| 500 | 4EA9 #4EA9CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 348C #348CAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2970 #297089 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D50 #1D5062 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1333 #13333F | Primary textHigh emphasis contentDark headings |
| 950 | 0C20 #0C2027 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F9FB;
--teal-100: #E4F2F7;
--teal-200: #CCE6F0;
--teal-300: #A5D3E4;
--teal-400: #76BCD6;
--teal-500: #4EA9CA;
--teal-600: #348CAD;
--teal-700: #297089;
--teal-800: #1D5062;
--teal-900: #13333F;
--teal-950: #0C2027;
}