Teal
#136EA0
BlueColor Codes
All color formats for development
HEX
#136EA0RGB
rgb(19, 110, 160)HSL
hsl(201, 79%, 35%)OKLCH
oklch(0.514 0.111 240)CMYK
cmyk(88%, 31%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#116390
2#0F5880
3#0D4D70
4#0B4260
5#093750
6#072C40
7#062130
8#041620
9#020B10
Tints
Lighter variations
1#1683BD
2#1A97DB
3#2FA6E7
4#4DB3EA
5#6BC0EE
6#88CCF1
7#A6D9F5
8#C4E6F8
9#E1F2FC
Tones
Muted variations
1#1A6C99
2#216A92
3#28688B
4#2F6684
5#36647D
6#3D6275
7#44606E
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 | C4E6 #C4E6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96D2 #96D2F3 | BordersInactive statesPlaceholder text |
| 400 | 5FBB #5FBBEC | Disabled statesSecondary iconsMuted text |
| 500 | 32A7 #32A7E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 188B #188BC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 136E #136EA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D4F #0D4F72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0932 #093249 | Primary textHigh emphasis contentDark headings |
| 950 | 0520 #05202E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1F9FD;
--teal-100: #DFF1FB;
--teal-200: #C4E6F8;
--teal-300: #96D2F3;
--teal-400: #5FBBEC;
--teal-500: #32A7E7;
--teal-600: #188BC9;
--teal-700: #136EA0;
--teal-800: #0D4F72;
--teal-900: #093249;
--teal-950: #05202E;
}