Teal
#1392A0
CyanColor Codes
All color formats for development
HEX
#1392A0RGB
rgb(19, 146, 160)HSL
hsl(186, 79%, 35%)OKLCH
oklch(0.605 0.1 207.1)CMYK
cmyk(88%, 9%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#118390
2#0F7580
3#0D6670
4#0B5760
5#094950
6#073A40
7#062C30
8#041D20
9#020F10
Tints
Lighter variations
1#16ADBD
2#1AC8DB
3#2FD4E7
4#4DDAEA
5#6BE1EE
6#88E7F1
7#A6EDF5
8#C4F3F8
9#E1F9FC
Tones
Muted variations
1#1A8C99
2#218692
3#28818B
4#2F7B84
5#36757D
6#3D7075
7#446A6E
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 | DFF8 #DFF8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F3 #C4F3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96E9 #96E9F3 | BordersInactive statesPlaceholder text |
| 400 | 5FDE #5FDEEC | Disabled statesSecondary iconsMuted text |
| 500 | 32D5 #32D5E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 18B7 #18B7C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1392 #1392A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D68 #0D6872 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0943 #094349 | 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: #DFF8FB;
--teal-200: #C4F3F8;
--teal-300: #96E9F3;
--teal-400: #5FDEEC;
--teal-500: #32D5E7;
--teal-600: #18B7C9;
--teal-700: #1392A0;
--teal-800: #0D6872;
--teal-900: #094349;
--teal-950: #052A2E;
}