Teal
#217591
BlueColor Codes
All color formats for development
HEX
#217591RGB
rgb(33, 117, 145)HSL
hsl(195, 63%, 35%)OKLCH
oklch(0.526 0.088 225)CMYK
cmyk(77%, 19%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E6A83
2#1A5E74
3#175266
4#144657
5#113B49
6#0D2F3A
7#0A232C
8#07171D
9#030C0F
Tints
Lighter variations
1#278BAC
2#2DA1C8
3#42B0D4
4#5DBBDA
5#78C6E0
6#93D2E6
7#AEDDED
8#C9E8F3
9#E4F4F9
Tones
Muted variations
1#27738C
2#2C7086
3#326D81
4#386A7B
5#3D6775
6#436470
7#48626A
8#4E5F64
9#545C5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F3 #E2F3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E8 #C9E8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD7 #9FD7E9 | BordersInactive statesPlaceholder text |
| 400 | 6EC2 #6EC2DE | Disabled statesSecondary iconsMuted text |
| 500 | 44B0 #44B0D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A94 #2A94B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2175 #217591 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1854 #185468 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F36 #0F3643 | Primary textHigh emphasis contentDark headings |
| 950 | 0922 #09222A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FAFC;
--teal-100: #E2F3F8;
--teal-200: #C9E8F3;
--teal-300: #9FD7E9;
--teal-400: #6EC2DE;
--teal-500: #44B0D5;
--teal-600: #2A94B7;
--teal-700: #217591;
--teal-800: #185468;
--teal-900: #0F3643;
--teal-950: #09222A;
}