Teal
#1394A0
CyanColor Codes
All color formats for development
HEX
#1394A0RGB
rgb(19, 148, 160)HSL
hsl(185, 79%, 35%)OKLCH
oklch(0.61 0.101 205.3)CMYK
cmyk(88%, 7%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#118590
2#0F7680
3#0D6870
4#0B5960
5#094A50
6#073B40
7#062C30
8#041E20
9#020F10
Tints
Lighter variations
1#16AFBD
2#1ACBDB
3#2FD7E7
4#4DDDEA
5#6BE3EE
6#88E8F1
7#A6EEF5
8#C4F4F8
9#E1F9FC
Tones
Muted variations
1#1A8E99
2#218892
3#28828B
4#2F7D84
5#36777D
6#3D7175
7#446B6E
8#4B6567
9#525F60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF9 #DFF9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F4 #C4F4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96EB #96EBF3 | BordersInactive statesPlaceholder text |
| 400 | 5FE1 #5FE1EC | Disabled statesSecondary iconsMuted text |
| 500 | 32D8 #32D8E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18BA #18BAC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1394 #1394A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D6A #0D6A72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0944 #094449 | Primary textHigh emphasis contentDark headings |
| 950 | 052A #052A2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFD;
--teal-100: #DFF9FB;
--teal-200: #C4F4F8;
--teal-300: #96EBF3;
--teal-400: #5FE1EC;
--teal-500: #32D8E7;
--teal-600: #18BAC9;
--teal-700: #1394A0;
--teal-800: #0D6A72;
--teal-900: #094449;
--teal-950: #052A2E;
}