Teal
#13596C
CyanColor Codes
All color formats for development
HEX
#13596CRGB
rgb(19, 89, 108)HSL
hsl(193, 70%, 25%)OKLCH
oklch(0.432 0.072 220.9)CMYK
cmyk(82%, 18%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#115062
2#0F4757
3#0D3E4C
4#0B3541
5#0A2D36
6#08242B
7#061B21
8#041216
9#02090B
Tints
Lighter variations
1#19748D
2#1F8EAD
3#24A9CE
4#3CBADD
5#5CC5E2
6#7DD1E8
7#9DDCEE
8#BEE8F4
9#DEF3F9
Tones
Muted variations
1#185768
2#1C5463
3#21515F
4#254F5B
5#294C56
6#2E4A52
7#32474D
8#374549
9#3B4244
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F4 #E1F4FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EB #C7EBF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BDC #9BDCED | BordersInactive statesPlaceholder text |
| 400 | 67C9 #67C9E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CBA #3CBADD | Primary brand colorCTAsActive elementsLinks |
| 600 | 229D #229DBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B7D #1B7D98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1359 #13596C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C39 #0C3945 | Primary textHigh emphasis contentDark headings |
| 950 | 0824 #08242B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FAFD;
--teal-100: #E1F4FA;
--teal-200: #C7EBF5;
--teal-300: #9BDCED;
--teal-400: #67C9E4;
--teal-500: #3CBADD;
--teal-600: #229DBF;
--teal-700: #1B7D98;
--teal-800: #13596C;
--teal-900: #0C3945;
--teal-950: #08242B;
}