Teal
#126E60
CyanColor Codes
All color formats for development
HEX
#126E60RGB
rgb(18, 110, 96)HSL
hsl(171, 72%, 25%)OKLCH
oklch(0.484 0.083 179.3)CMYK
cmyk(84%, 0%, 13%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#106356
2#0E584D
3#0C4D43
4#0B423A
5#093730
6#072C26
7#05211D
8#041613
9#020B0A
Tints
Lighter variations
1#178F7D
2#1DAF99
3#22D0B6
4#3ADFC6
5#5BE4D0
6#7BEAD9
7#9CEFE3
8#BDF4EC
9#DEFAF6
Tones
Muted variations
1#16695D
2#1B6459
3#206056
4#245B53
5#295750
6#2D524D
7#324E49
8#374946
9#3B4443
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFE2 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6D3 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADFC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC1A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B463D | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFB;
--teal-100: #E0FAF6;
--teal-200: #C6F6EF;
--teal-300: #9AEFE2;
--teal-400: #65E6D3;
--teal-500: #3ADFC6;
--teal-600: #1FC1A9;
--teal-700: #199A86;
--teal-800: #126E60;
--teal-900: #0B463D;
--teal-950: #072C26;
}