Teal
#13636C
CyanColor Codes
All color formats for development
HEX
#13636CRGB
rgb(19, 99, 108)HSL
hsl(186, 70%, 25%)OKLCH
oklch(0.459 0.073 206.6)CMYK
cmyk(82%, 8%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#115A62
2#0F5057
3#0D464C
4#0B3C41
5#0A3236
6#08282B
7#061E21
8#041416
9#020A0B
Tints
Lighter variations
1#19818D
2#1F9FAD
3#24BDCE
4#3CCDDD
5#5CD5E2
6#7DDDE8
7#9DE6EE
8#BEEEF4
9#DEF7F9
Tones
Muted variations
1#186068
2#1C5C63
3#21595F
4#25555B
5#295256
6#2E4E52
7#324A4D
8#374749
9#3B4344
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F7 #E1F7FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F0 #C7F0F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BE5 #9BE5ED | BordersInactive statesPlaceholder text |
| 400 | 67D8 #67D8E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CCD #3CCDDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22AF #22AFBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B8B #1B8B98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1363 #13636C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C40 #0C4045 | Primary textHigh emphasis contentDark headings |
| 950 | 0828 #08282B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFD;
--teal-100: #E1F7FA;
--teal-200: #C7F0F5;
--teal-300: #9BE5ED;
--teal-400: #67D8E4;
--teal-500: #3CCDDD;
--teal-600: #22AFBF;
--teal-700: #1B8B98;
--teal-800: #13636C;
--teal-900: #0C4045;
--teal-950: #08282B;
}