Teal
#217291
BlueColor Codes
All color formats for development
HEX
#217291RGB
rgb(33, 114, 145)HSL
hsl(197, 63%, 35%)OKLCH
oklch(0.519 0.089 228.3)CMYK
cmyk(77%, 21%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E6683
2#1A5B74
3#175066
4#144457
5#113949
6#0D2D3A
7#0A222C
8#07171D
9#030B0F
Tints
Lighter variations
1#2787AC
2#2D9CC8
3#42ABD4
4#5DB7DA
5#78C3E0
6#93CFE6
7#AEDBED
8#C9E7F3
9#E4F3F9
Tones
Muted variations
1#276F8C
2#2C6D86
3#326A81
4#38687B
5#3D6575
6#436370
7#48616A
8#4E5E64
9#545C5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F2 #E2F2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E7 #C9E7F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD4 #9FD4E9 | BordersInactive statesPlaceholder text |
| 400 | 6EBE #6EBEDE | Disabled statesSecondary iconsMuted text |
| 500 | 44AC #44ACD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A8F #2A8FB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2172 #217291 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1851 #185168 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F34 #0F3443 | Primary textHigh emphasis contentDark headings |
| 950 | 0920 #09202A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3F9FC;
--teal-100: #E2F2F8;
--teal-200: #C9E7F3;
--teal-300: #9FD4E9;
--teal-400: #6EBEDE;
--teal-500: #44ACD5;
--teal-600: #2A8FB7;
--teal-700: #217291;
--teal-800: #185168;
--teal-900: #0F3443;
--teal-950: #09202A;
}