Teal
#1375A0
BlueColor Codes
All color formats for development
HEX
#1375A0RGB
rgb(19, 117, 160)HSL
hsl(198, 79%, 35%)OKLCH
oklch(0.531 0.106 234.3)CMYK
cmyk(88%, 27%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#116A90
2#0F5E80
3#0D5270
4#0B4660
5#093B50
6#072F40
7#062330
8#041720
9#020C10
Tints
Lighter variations
1#168BBD
2#1AA1DB
3#2FB0E7
4#4DBBEA
5#6BC6EE
6#88D2F1
7#A6DDF5
8#C4E8F8
9#E1F4FC
Tones
Muted variations
1#1A7399
2#217092
3#286D8B
4#2F6A84
5#36677D
6#3D6575
7#44626E
8#4B5F67
9#525C60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF3 #DFF3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E8 #C4E8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96D7 #96D7F3 | BordersInactive statesPlaceholder text |
| 400 | 5FC2 #5FC2EC | Disabled statesSecondary iconsMuted text |
| 500 | 32B1 #32B1E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1894 #1894C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1375 #1375A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D54 #0D5472 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0936 #093649 | Primary textHigh emphasis contentDark headings |
| 950 | 0522 #05222E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FAFD;
--teal-100: #DFF3FB;
--teal-200: #C4E8F8;
--teal-300: #96D7F3;
--teal-400: #5FC2EC;
--teal-500: #32B1E7;
--teal-600: #1894C9;
--teal-700: #1375A0;
--teal-800: #0D5472;
--teal-900: #093649;
--teal-950: #05222E;
}