Teal
#13696C
CyanColor Codes
All color formats for development
HEX
#13696CRGB
rgb(19, 105, 108)HSL
hsl(182, 70%, 25%)OKLCH
oklch(0.475 0.076 198.6)CMYK
cmyk(82%, 3%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#115F62
2#0F5457
3#0D4A4C
4#0B3F41
5#0A3536
6#082A2B
7#062021
8#041516
9#020B0B
Tints
Lighter variations
1#19898D
2#1FA9AD
3#24C8CE
4#3CD7DD
5#5CDEE2
6#7DE4E8
7#9DEBEE
8#BEF2F4
9#DEF8F9
Tones
Muted variations
1#186568
2#1C6163
3#215D5F
4#25595B
5#295556
6#2E5052
7#324C4D
8#374849
9#3B4444
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BEB #9BEBED | BordersInactive statesPlaceholder text |
| 400 | 67E0 #67E0E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CD7 #3CD7DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BA #22BABF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B94 #1B9498 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1369 #13696C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C43 #0C4345 | Primary textHigh emphasis contentDark headings |
| 950 | 082A #082A2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFD;
--teal-100: #E1F9FA;
--teal-200: #C7F4F5;
--teal-300: #9BEBED;
--teal-400: #67E0E4;
--teal-500: #3CD7DD;
--teal-600: #22BABF;
--teal-700: #1B9498;
--teal-800: #13696C;
--teal-900: #0C4345;
--teal-950: #082A2B;
}