Teal
#1371A0
BlueColor Codes
All color formats for development
HEX
#1371A0RGB
rgb(19, 113, 160)HSL
hsl(200, 79%, 35%)OKLCH
oklch(0.521 0.109 237.7)CMYK
cmyk(88%, 29%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#116590
2#0F5A80
3#0D4F70
4#0B4460
5#093850
6#072D40
7#062230
8#041720
9#020B10
Tints
Lighter variations
1#1686BD
2#1A9BDB
3#2FAAE7
4#4DB6EA
5#6BC2EE
6#88CEF1
7#A6DAF5
8#C4E7F8
9#E1F3FC
Tones
Muted variations
1#1A6E99
2#216C92
3#286A8B
4#2F6784
5#36657D
6#3D6375
7#44606E
8#4B5E67
9#525C60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF2 #DFF2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E7 #C4E7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96D4 #96D4F3 | BordersInactive statesPlaceholder text |
| 400 | 5FBD #5FBDEC | Disabled statesSecondary iconsMuted text |
| 500 | 32AA #32AAE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 188E #188EC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1371 #1371A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D51 #0D5172 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0934 #093449 | 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: #DFF2FB;
--teal-200: #C4E7F8;
--teal-300: #96D4F3;
--teal-400: #5FBDEC;
--teal-500: #32AAE7;
--teal-600: #188EC9;
--teal-700: #1371A0;
--teal-800: #0D5172;
--teal-900: #093449;
--teal-950: #05202E;
}