Teal
#16709C
BlueColor Codes
All color formats for development
HEX
#16709CRGB
rgb(22, 112, 156)HSL
hsl(200, 75%, 35%)OKLCH
oklch(0.517 0.105 236.5)CMYK
cmyk(86%, 28%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14648D
2#12597D
3#104E6D
4#0D435E
5#0B384E
6#092D3E
7#07212F
8#04161F
9#020B10
Tints
Lighter variations
1#1A84B9
2#1F99D6
3#34A8E2
4#51B4E6
5#6EC1EA
6#8BCDEE
7#A8DAF3
8#C5E6F7
9#E2F3FB
Tones
Muted variations
1#1D6D95
2#246B8F
3#2A6988
4#316781
5#38647B
6#3E6274
7#45606D
8#4C5E67
9#535B60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F2 #E0F2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5E6 #C5E6F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98D3 #98D3F0 | BordersInactive statesPlaceholder text |
| 400 | 63BC #63BCE9 | Disabled statesSecondary iconsMuted text |
| 500 | 36A9 #36A9E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C8C #1C8CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1670 #16709C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1050 #105070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A33 #0A3347 | Primary textHigh emphasis contentDark headings |
| 950 | 0620 #06202D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2F9FD;
--teal-100: #E0F2FB;
--teal-200: #C5E6F7;
--teal-300: #98D3F0;
--teal-400: #63BCE9;
--teal-500: #36A9E2;
--teal-600: #1C8CC4;
--teal-700: #16709C;
--teal-800: #105070;
--teal-900: #0A3347;
--teal-950: #06202D;
}