Teal
#136CA0
BlueColor Codes
All color formats for development
HEX
#136CA0RGB
rgb(19, 108, 160)HSL
hsl(202, 79%, 35%)OKLCH
oklch(0.509 0.113 241.6)CMYK
cmyk(88%, 32%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#116190
2#0F5680
3#0D4C70
4#0B4160
5#093650
6#072B40
7#062030
8#041620
9#020B10
Tints
Lighter variations
1#1680BD
2#1A94DB
3#2FA3E7
4#4DB1EA
5#6BBEEE
6#88CBF1
7#A6D8F5
8#C4E5F8
9#E1F2FC
Tones
Muted variations
1#1A6A99
2#216892
3#28668B
4#2F6584
5#36637D
6#3D6175
7#445F6E
8#4B5D67
9#525B60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF1 #DFF1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E5 #C4E5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96D1 #96D1F3 | BordersInactive statesPlaceholder text |
| 400 | 5FB9 #5FB9EC | Disabled statesSecondary iconsMuted text |
| 500 | 32A4 #32A4E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1888 #1888C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 136C #136CA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D4D #0D4D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0931 #093149 | Primary textHigh emphasis contentDark headings |
| 950 | 051F #051F2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1F9FD;
--teal-100: #DFF1FB;
--teal-200: #C4E5F8;
--teal-300: #96D1F3;
--teal-400: #5FB9EC;
--teal-500: #32A4E7;
--teal-600: #1888C9;
--teal-700: #136CA0;
--teal-800: #0D4D72;
--teal-900: #093149;
--teal-950: #051F2E;
}