Teal
#1388A0
CyanColor Codes
All color formats for development
HEX
#1388A0RGB
rgb(19, 136, 160)HSL
hsl(190, 79%, 35%)OKLCH
oklch(0.579 0.099 216.7)CMYK
cmyk(88%, 15%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#117B90
2#0F6D80
3#0D5F70
4#0B5260
5#094450
6#073740
7#062930
8#041B20
9#020E10
Tints
Lighter variations
1#16A2BD
2#1ABBDB
3#2FC8E7
4#4DD0EA
5#6BD8EE
6#88E0F1
7#A6E7F5
8#C4EFF8
9#E1F7FC
Tones
Muted variations
1#1A8499
2#217F92
3#287A8B
4#2F7584
5#36717D
6#3D6C75
7#44676E
8#4B6367
9#525E60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF7 #DFF7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4EF #C4EFF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96E3 #96E3F3 | BordersInactive statesPlaceholder text |
| 400 | 5FD5 #5FD5EC | Disabled statesSecondary iconsMuted text |
| 500 | 32C9 #32C9E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18AB #18ABC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1388 #1388A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D61 #0D6172 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093E #093E49 | Primary textHigh emphasis contentDark headings |
| 950 | 0527 #05272E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FBFD;
--teal-100: #DFF7FB;
--teal-200: #C4EFF8;
--teal-300: #96E3F3;
--teal-400: #5FD5EC;
--teal-500: #32C9E7;
--teal-600: #18ABC9;
--teal-700: #1388A0;
--teal-800: #0D6172;
--teal-900: #093E49;
--teal-950: #05272E;
}