Teal
#186068
CyanColor Codes
All color formats for development
HEX
#186068RGB
rgb(24, 96, 104)HSL
hsl(186, 63%, 25%)OKLCH
oklch(0.45 0.069 206)CMYK
cmyk(77%, 8%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15565E
2#134D53
3#114349
4#0E3A3E
5#0C3034
6#09262A
7#071D1F
8#051315
9#020A0A
Tints
Lighter variations
1#1F7D87
2#2699A6
3#2DB6C5
4#44C6D5
5#63D0DC
6#82D9E3
7#A1E3EA
8#C1ECF1
9#E0F6F8
Tones
Muted variations
1#1C5D64
2#205960
3#24565C
4#285358
5#2C5054
6#304D50
7#34494C
8#384648
9#3C4344
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F6 #E2F6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9EF #C9EFF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE2 #9FE2E9 | BordersInactive statesPlaceholder text |
| 400 | 6ED3 #6ED3DE | Disabled statesSecondary iconsMuted text |
| 500 | 44C6 #44C6D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AA9 #2AA9B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2186 #218691 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1860 #186068 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F3D #0F3D43 | Primary textHigh emphasis contentDark headings |
| 950 | 0926 #09262A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F3FBFC;
--teal-100: #E2F6F8;
--teal-200: #C9EFF3;
--teal-300: #9FE2E9;
--teal-400: #6ED3DE;
--teal-500: #44C6D5;
--teal-600: #2AA9B7;
--teal-700: #218691;
--teal-800: #186068;
--teal-900: #0F3D43;
--teal-950: #09262A;
}