Teal
#13606C
CyanColor Codes
All color formats for development
HEX
#13606CRGB
rgb(19, 96, 108)HSL
hsl(188, 70%, 25%)OKLCH
oklch(0.451 0.072 210.8)CMYK
cmyk(82%, 11%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#115762
2#0F4D57
3#0D444C
4#0B3A41
5#0A3036
6#08272B
7#061D21
8#041316
9#020A0B
Tints
Lighter variations
1#197D8D
2#1F9AAD
3#24B7CE
4#3CC7DD
5#5CD0E2
6#7DDAE8
7#9DE3EE
8#BEECF4
9#DEF6F9
Tones
Muted variations
1#185D68
2#1C5A63
3#21575F
4#25535B
5#295056
6#2E4D52
7#324A4D
8#374649
9#3B4344
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F6 #E1F6FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EF #C7EFF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BE2 #9BE2ED | BordersInactive statesPlaceholder text |
| 400 | 67D4 #67D4E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CC7 #3CC7DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22AA #22AABF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B87 #1B8798 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1360 #13606C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C3E #0C3E45 | 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: #E1F6FA;
--teal-200: #C7EFF5;
--teal-300: #9BE2ED;
--teal-400: #67D4E4;
--teal-500: #3CC7DD;
--teal-600: #22AABF;
--teal-700: #1B8798;
--teal-800: #13606C;
--teal-900: #0C3E45;
--teal-950: #08272B;
}