Teal
#13666C
CyanColor Codes
All color formats for development
HEX
#13666CRGB
rgb(19, 102, 108)HSL
hsl(184, 70%, 25%)OKLCH
oklch(0.467 0.074 202.5)CMYK
cmyk(82%, 6%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#115C62
2#0F5257
3#0D484C
4#0B3D41
5#0A3336
6#08292B
7#061F21
8#041416
9#020A0B
Tints
Lighter variations
1#19858D
2#1FA4AD
3#24C3CE
4#3CD2DD
5#5CD9E2
6#7DE1E8
7#9DE8EE
8#BEF0F4
9#DEF7F9
Tones
Muted variations
1#186368
2#1C5F63
3#215B5F
4#25575B
5#295356
6#2E4F52
7#324B4D
8#374749
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 | C7F2 #C7F2F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BE8 #9BE8ED | BordersInactive statesPlaceholder text |
| 400 | 67DC #67DCE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CD2 #3CD2DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22B4 #22B4BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B8F #1B8F98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1366 #13666C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C42 #0C4245 | Primary textHigh emphasis contentDark headings |
| 950 | 0829 #08292B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFD;
--teal-100: #E1F8FA;
--teal-200: #C7F2F5;
--teal-300: #9BE8ED;
--teal-400: #67DCE4;
--teal-500: #3CD2DD;
--teal-600: #22B4BF;
--teal-700: #1B8F98;
--teal-800: #13666C;
--teal-900: #0C4245;
--teal-950: #08292B;
}