Teal
#137AA0
BlueColor Codes
All color formats for development
HEX
#137AA0RGB
rgb(19, 122, 160)HSL
hsl(196, 79%, 35%)OKLCH
oklch(0.544 0.103 229.9)CMYK
cmyk(88%, 24%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#116E90
2#0F6280
3#0D5670
4#0B4960
5#093D50
6#073140
7#062530
8#041820
9#020C10
Tints
Lighter variations
1#1691BD
2#1AA8DB
3#2FB6E7
4#4DC0EA
5#6BCBEE
6#88D5F1
7#A6E0F5
8#C4EAF8
9#E1F5FC
Tones
Muted variations
1#1A7799
2#217492
3#28708B
4#2F6D84
5#366A7D
6#3D6675
7#44636E
8#4B6067
9#525D60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF4 #DFF4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4EA #C4EAF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96DA #96DAF3 | BordersInactive statesPlaceholder text |
| 400 | 5FC7 #5FC7EC | Disabled statesSecondary iconsMuted text |
| 500 | 32B7 #32B7E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 189A #189AC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 137A #137AA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D57 #0D5772 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0938 #093849 | Primary textHigh emphasis contentDark headings |
| 950 | 0523 #05232E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FAFD;
--teal-100: #DFF4FB;
--teal-200: #C4EAF8;
--teal-300: #96DAF3;
--teal-400: #5FC7EC;
--teal-500: #32B7E7;
--teal-600: #189AC9;
--teal-700: #137AA0;
--teal-800: #0D5772;
--teal-900: #093849;
--teal-950: #05232E;
}