Teal
#126E6E
CyanColor Codes
All color formats for development
HEX
#126E6ERGB
rgb(18, 110, 110)HSL
hsl(180, 72%, 25%)OKLCH
oklch(0.49 0.079 194.9)CMYK
cmyk(84%, 0%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#106363
2#0E5858
3#0C4D4D
4#0B4242
5#093737
6#072C2C
7#052121
8#041616
9#020B0B
Tints
Lighter variations
1#178F8F
2#1DAFAF
3#22D0D0
4#3ADFDF
5#5BE4E4
6#7BEAEA
7#9CEFEF
8#BDF4F4
9#DEFAFA
Tones
Muted variations
1#166969
2#1B6464
3#206060
4#245B5B
5#295757
6#2D5252
7#324E4E
8#374949
9#3B4444
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFEF | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADFDF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC1C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B4646 | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFD;
--teal-100: #E0FAFA;
--teal-200: #C6F6F6;
--teal-300: #9AEFEF;
--teal-400: #65E6E6;
--teal-500: #3ADFDF;
--teal-600: #1FC1C1;
--teal-700: #199A9A;
--teal-800: #126E6E;
--teal-900: #0B4646;
--teal-950: #072C2C;
}