Teal
#1384A0
CyanColor Codes
All color formats for development
HEX
#1384A0RGB
rgb(19, 132, 160)HSL
hsl(192, 79%, 35%)OKLCH
oklch(0.569 0.1 220.6)CMYK
cmyk(88%, 17%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#117690
2#0F6980
3#0D5C70
4#0B4F60
5#094250
6#073540
7#062730
8#041A20
9#020D10
Tints
Lighter variations
1#169CBD
2#1AB4DB
3#2FC2E7
4#4DCBEA
5#6BD3EE
6#88DCF1
7#A6E5F5
8#C4EEF8
9#E1F6FC
Tones
Muted variations
1#1A7F99
2#217B92
3#28778B
4#2F7384
5#366E7D
6#3D6A75
7#44666E
8#4B6267
9#525D60
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 | 96E0 #96E0F3 | BordersInactive statesPlaceholder text |
| 400 | 5FD0 #5FD0EC | Disabled statesSecondary iconsMuted text |
| 500 | 32C3 #32C3E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18A5 #18A5C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1384 #1384A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D5E #0D5E72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093C #093C49 | 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: #96E0F3;
--teal-400: #5FD0EC;
--teal-500: #32C3E7;
--teal-600: #18A5C9;
--teal-700: #1384A0;
--teal-800: #0D5E72;
--teal-900: #093C49;
--teal-950: #05262E;
}