Teal
#126D6A
CyanColor Codes
All color formats for development
HEX
#126D6ARGB
rgb(18, 109, 106)HSL
hsl(178, 72%, 25%)OKLCH
oklch(0.485 0.079 191.4)CMYK
cmyk(83%, 0%, 3%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#106360
2#0E5855
3#0C4D4B
4#0B4240
5#093735
6#072C2B
7#052120
8#041615
9#020B0B
Tints
Lighter variations
1#178F8B
2#1DAFAB
3#22D0CB
4#3ADFD9
5#5BE4E0
6#7BEAE6
7#9CEFEC
8#BDF4F2
9#DEFAF9
Tones
Muted variations
1#166966
2#1B6462
3#20605E
4#245B59
5#295755
6#2D5251
7#324E4D
8#374948
9#3B4444
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFEC | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADFD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC1BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4644 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFC;
--teal-100: #E0FAF9;
--teal-200: #C6F6F4;
--teal-300: #9AEFEC;
--teal-400: #65E6E2;
--teal-500: #3ADFD9;
--teal-600: #1FC1BC;
--teal-700: #199A95;
--teal-800: #126E6B;
--teal-900: #0B4644;
--teal-950: #072C2B;
}