Teal
#126E63
CyanColor Codes
All color formats for development
HEX
#126E63RGB
rgb(18, 110, 99)HSL
hsl(173, 72%, 25%)OKLCH
oklch(0.486 0.082 182.5)CMYK
cmyk(84%, 0%, 10%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#106359
2#0E584F
3#0C4D45
4#0B423B
5#093731
6#072C28
7#05211E
8#041614
9#020B0A
Tints
Lighter variations
1#178F81
2#1DAF9E
3#22D0BC
4#3ADFCC
5#5BE4D4
6#7BEADD
7#9CEFE5
8#BDF4EE
9#DEFAF6
Tones
Muted variations
1#16695F
2#1B645C
3#206058
4#245B55
5#295751
6#2D524E
7#324E4A
8#374947
9#3B4443
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6F6 #C6F6F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AEF #9AEFE5 | BordersInactive statesPlaceholder text |
| 400 | 65E6 #65E6D7 | Disabled statesSecondary iconsMuted text |
| 500 | 3ADF #3ADFCC | Primary brand colorCTAsActive elementsLinks |
| 600 | 1FC1 #1FC1AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 199A #199A8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 126E #126E63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B46 #0B463F | Primary textHigh emphasis contentDark headings |
| 950 | 072C #072C28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FDFC;
--teal-100: #E0FAF7;
--teal-200: #C6F6F0;
--teal-300: #9AEFE5;
--teal-400: #65E6D7;
--teal-500: #3ADFCC;
--teal-600: #1FC1AE;
--teal-700: #199A8B;
--teal-800: #126E63;
--teal-900: #0B463F;
--teal-950: #072C28;
}