Teal
#11676E
CyanColor Codes
All color formats for development
HEX
#11676ERGB
rgb(17, 103, 110)HSL
hsl(185, 73%, 25%)OKLCH
oklch(0.47 0.076 203.5)CMYK
cmyk(85%, 6%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F5C63
2#0E5258
3#0C484D
4#0A3E42
5#093337
6#07292C
7#051F21
8#031516
9#020A0B
Tints
Lighter variations
1#16858F
2#1CA4B0
3#21C3D2
4#38D2E0
5#5ADAE5
6#7BE1EA
7#9CE9F0
8#BDF0F5
9#DEF8FA
Tones
Muted variations
1#16636A
2#1B5F65
3#1F5B60
4#24575C
5#285357
6#2D4F52
7#324B4E
8#364849
9#3B4444
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F8 #E0F8FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F2 #C6F2F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AE8 #9AE8EF | BordersInactive statesPlaceholder text |
| 400 | 65DC #65DCE7 | Disabled statesSecondary iconsMuted text |
| 500 | 38D2 #38D2E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1EB4 #1EB4C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1890 #18909A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1167 #11676E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B42 #0B4247 | Primary textHigh emphasis contentDark headings |
| 950 | 0729 #07292C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFD;
--teal-100: #E0F8FA;
--teal-200: #C6F2F6;
--teal-300: #9AE8EF;
--teal-400: #65DCE7;
--teal-500: #38D2E0;
--teal-600: #1EB4C2;
--teal-700: #18909A;
--teal-800: #11676E;
--teal-900: #0B4247;
--teal-950: #07292C;
}