Teal
#1386A0
CyanColor Codes
All color formats for development
HEX
#1386A0RGB
rgb(19, 134, 160)HSL
hsl(191, 79%, 35%)OKLCH
oklch(0.574 0.1 218.6)CMYK
cmyk(88%, 16%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#117990
2#0F6B80
3#0D5E70
4#0B5060
5#094350
6#073640
7#062830
8#041B20
9#020D10
Tints
Lighter variations
1#169FBD
2#1AB8DB
3#2FC5E7
4#4DCDEA
5#6BD6EE
6#88DEF1
7#A6E6F5
8#C4EEF8
9#E1F7FC
Tones
Muted variations
1#1A8199
2#217D92
3#28798B
4#2F7484
5#36707D
6#3D6B75
7#44676E
8#4B6267
9#525E60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF6 #DFF6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4EE #C4EEF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96E2 #96E2F3 | BordersInactive statesPlaceholder text |
| 400 | 5FD2 #5FD2EC | Disabled statesSecondary iconsMuted text |
| 500 | 32C6 #32C6E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18A8 #18A8C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1386 #1386A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D60 #0D6072 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093D #093D49 | Primary textHigh emphasis contentDark headings |
| 950 | 0526 #05262E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FBFD;
--teal-100: #DFF6FB;
--teal-200: #C4EEF8;
--teal-300: #96E2F3;
--teal-400: #5FD2EC;
--teal-500: #32C6E7;
--teal-600: #18A8C9;
--teal-700: #1386A0;
--teal-800: #0D6072;
--teal-900: #093D49;
--teal-950: #05262E;
}