Teal
#217091
BlueColor Codes
All color formats for development
HEX
#217091RGB
rgb(33, 112, 145)HSL
hsl(198, 63%, 35%)OKLCH
oklch(0.514 0.09 230.5)CMYK
cmyk(77%, 23%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E6583
2#1A5974
3#174E66
4#144357
5#113849
6#0D2D3A
7#0A222C
8#07161D
9#030B0F
Tints
Lighter variations
1#2784AC
2#2D99C8
3#42A8D4
4#5DB5DA
5#78C1E0
6#93CDE6
7#AEDAED
8#C9E6F3
9#E4F3F9
Tones
Muted variations
1#276D8C
2#2C6B86
3#326981
4#38677B
5#3D6475
6#436270
7#48606A
8#4E5E64
9#545B5F
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 | C9E6 #C9E6F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD3 #9FD3E9 | BordersInactive statesPlaceholder text |
| 400 | 6EBC #6EBCDE | Disabled statesSecondary iconsMuted text |
| 500 | 44A9 #44A9D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A8C #2A8CB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2170 #217091 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1850 #185068 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F33 #0F3343 | 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: #C9E6F3;
--teal-300: #9FD3E9;
--teal-400: #6EBCDE;
--teal-500: #44A9D5;
--teal-600: #2A8CB7;
--teal-700: #217091;
--teal-800: #185068;
--teal-900: #0F3343;
--teal-950: #09202A;
}