Teal
#13686C
CyanColor Codes
All color formats for development
HEX
#13686CRGB
rgb(19, 104, 108)HSL
hsl(183, 70%, 25%)OKLCH
oklch(0.473 0.075 199.9)CMYK
cmyk(82%, 4%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#115E62
2#0F5357
3#0D494C
4#0B3E41
5#0A3436
6#082A2B
7#061F21
8#041516
9#020A0B
Tints
Lighter variations
1#19878D
2#1FA6AD
3#24C5CE
4#3CD5DD
5#5CDCE2
6#7DE3E8
7#9DEAEE
8#BEF1F4
9#DEF8F9
Tones
Muted variations
1#186468
2#1C6063
3#215C5F
4#25585B
5#295456
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 | E1F8 #E1F8FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F3 #C7F3F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BE9 #9BE9ED | BordersInactive statesPlaceholder text |
| 400 | 67DE #67DEE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CD5 #3CD5DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22B7 #22B7BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B91 #1B9198 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1368 #13686C | 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: #E1F8FA;
--teal-200: #C7F3F5;
--teal-300: #9BE9ED;
--teal-400: #67DEE4;
--teal-500: #3CD5DD;
--teal-600: #22B7BF;
--teal-700: #1B9198;
--teal-800: #13686C;
--teal-900: #0C4345;
--teal-950: #082A2B;
}