Teal
#217391
BlueColor Codes
All color formats for development
HEX
#217391RGB
rgb(33, 115, 145)HSL
hsl(196, 63%, 35%)OKLCH
oklch(0.521 0.089 227.2)CMYK
cmyk(77%, 21%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E6883
2#1A5C74
3#175166
4#144557
5#113A49
6#0D2E3A
7#0A232C
8#07171D
9#030C0F
Tints
Lighter variations
1#2789AC
2#2D9EC8
3#42ADD4
4#5DB9DA
5#78C4E0
6#93D0E6
7#AEDCED
8#C9E8F3
9#E4F3F9
Tones
Muted variations
1#27718C
2#2C6E86
3#326C81
4#38697B
5#3D6675
6#436470
7#48616A
8#4E5E64
9#545C5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F2 #E2F2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E8 #C9E8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD6 #9FD6E9 | BordersInactive statesPlaceholder text |
| 400 | 6EC0 #6EC0DE | Disabled statesSecondary iconsMuted text |
| 500 | 44AE #44AED5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A91 #2A91B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2173 #217391 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1852 #185268 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F35 #0F3543 | Primary textHigh emphasis contentDark headings |
| 950 | 0921 #09212A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FAFC;
--teal-100: #E2F2F8;
--teal-200: #C9E8F3;
--teal-300: #9FD6E9;
--teal-400: #6EC0DE;
--teal-500: #44AED5;
--teal-600: #2A91B7;
--teal-700: #217391;
--teal-800: #185268;
--teal-900: #0F3543;
--teal-950: #09212A;
}