Teal
#1373A0
BlueColor Codes
All color formats for development
HEX
#1373A0RGB
rgb(19, 115, 160)HSL
hsl(199, 79%, 35%)OKLCH
oklch(0.526 0.107 236)CMYK
cmyk(88%, 28%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#116890
2#0F5C80
3#0D5170
4#0B4560
5#093A50
6#072E40
7#062330
8#041720
9#020C10
Tints
Lighter variations
1#1688BD
2#1A9EDB
3#2FADE7
4#4DB8EA
5#6BC4EE
6#88D0F1
7#A6DCF5
8#C4E7F8
9#E1F3FC
Tones
Muted variations
1#1A7199
2#216E92
3#286B8B
4#2F6984
5#36667D
6#3D6475
7#44616E
8#4B5E67
9#525C60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF2 #DFF2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E7 #C4E7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96D5 #96D5F3 | BordersInactive statesPlaceholder text |
| 400 | 5FC0 #5FC0EC | Disabled statesSecondary iconsMuted text |
| 500 | 32AD #32ADE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1891 #1891C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1373 #1373A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D52 #0D5272 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0935 #093549 | Primary textHigh emphasis contentDark headings |
| 950 | 0521 #05212E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FAFD;
--teal-100: #DFF2FB;
--teal-200: #C4E7F8;
--teal-300: #96D5F3;
--teal-400: #5FC0EC;
--teal-500: #32ADE7;
--teal-600: #1891C9;
--teal-700: #1373A0;
--teal-800: #0D5272;
--teal-900: #093549;
--teal-950: #05212E;
}