Teal
#126E66
CyanColor Codes
All color formats for development
HEX
#126E66RGB
rgb(18, 110, 102)HSL
hsl(175, 72%, 25%)OKLCH
oklch(0.487 0.081 185.8)CMYK
cmyk(84%, 0%, 7%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10635C
2#0E5852
3#0C4D47
4#0B423D
5#093733
6#072C29
7#05211F
8#041614
9#020B0A
Tints
Lighter variations
1#178F85
2#1DAFA3
3#22D0C2
4#3ADFD1
5#5BE4D9
6#7BEAE0
7#9CEFE8
8#BDF4F0
9#DEFAF7
Tones
Muted variations
1#166962
2#1B645E
3#20605B
4#245B57
5#295753
6#2D524F
7#324E4B
8#374947
9#3B4444
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFE8 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6DB | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADFD1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC1B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4641 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFC;
--teal-100: #E0FAF8;
--teal-200: #C6F6F2;
--teal-300: #9AEFE8;
--teal-400: #65E6DB;
--teal-500: #3ADFD1;
--teal-600: #1FC1B4;
--teal-700: #199A8F;
--teal-800: #126E66;
--teal-900: #0B4641;
--teal-950: #072C29;
}