Teal
#13626C
CyanColor Codes
All color formats for development
HEX
#13626CRGB
rgb(19, 98, 108)HSL
hsl(187, 70%, 25%)OKLCH
oklch(0.456 0.073 207.9)CMYK
cmyk(82%, 9%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#115862
2#0F4E57
3#0D454C
4#0B3B41
5#0A3136
6#08272B
7#061D21
8#041416
9#020A0B
Tints
Lighter variations
1#197F8D
2#1F9DAD
3#24BACE
4#3CCADD
5#5CD3E2
6#7DDCE8
7#9DE4EE
8#BEEDF4
9#DEF6F9
Tones
Muted variations
1#185F68
2#1C5B63
3#21585F
4#25545B
5#295156
6#2E4D52
7#324A4D
8#374749
9#3B4344
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F7 #E1F7FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F0 #C7F0F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BE4 #9BE4ED | BordersInactive statesPlaceholder text |
| 400 | 67D6 #67D6E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CCA #3CCADD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22AC #22ACBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B89 #1B8998 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1362 #13626C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C3F #0C3F45 | Primary textHigh emphasis contentDark headings |
| 950 | 0827 #08272B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFD;
--teal-100: #E1F7FA;
--teal-200: #C7F0F5;
--teal-300: #9BE4ED;
--teal-400: #67D6E4;
--teal-500: #3CCADD;
--teal-600: #22ACBF;
--teal-700: #1B8998;
--teal-800: #13626C;
--teal-900: #0C3F45;
--teal-950: #08272B;
}