Teal
#1378A0
BlueColor Codes
All color formats for development
HEX
#1378A0RGB
rgb(19, 120, 160)HSL
hsl(197, 79%, 35%)OKLCH
oklch(0.539 0.104 231.7)CMYK
cmyk(88%, 25%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#116C90
2#0F6080
3#0D5470
4#0B4860
5#093C50
6#073040
7#062430
8#041820
9#020C10
Tints
Lighter variations
1#168EBD
2#1AA4DB
3#2FB3E7
4#4DBEEA
5#6BC8EE
6#88D3F1
7#A6DEF5
8#C4E9F8
9#E1F4FC
Tones
Muted variations
1#1A7599
2#217292
3#286F8B
4#2F6C84
5#36697D
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 | C4E9 #C4E9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96D8 #96D8F3 | BordersInactive statesPlaceholder text |
| 400 | 5FC4 #5FC4EC | Disabled statesSecondary iconsMuted text |
| 500 | 32B4 #32B4E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1897 #1897C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1378 #1378A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D56 #0D5672 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0937 #093749 | 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: #C4E9F8;
--teal-300: #96D8F3;
--teal-400: #5FC4EC;
--teal-500: #32B4E7;
--teal-600: #1897C9;
--teal-700: #1378A0;
--teal-800: #0D5672;
--teal-900: #093749;
--teal-950: #05222E;
}