Teal
#156A6A
CyanColor Codes
All color formats for development
HEX
#156A6ARGB
rgb(21, 106, 106)HSL
hsl(180, 67%, 25%)OKLCH
oklch(0.478 0.076 194.9)CMYK
cmyk(80%, 0%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#136060
2#115555
3#0F4B4B
4#0D4040
5#0B3535
6#082B2B
7#062020
8#041515
9#020B0B
Tints
Lighter variations
1#1B8A8A
2#22AAAA
3#28CACA
4#3FD9D9
5#5FDFDF
6#7FE6E6
7#9FECEC
8#BFF2F2
9#DFF9F9
Tones
Muted variations
1#196666
2#1E6262
3#225E5E
4#265959
5#2A5555
6#2F5151
7#334D4D
8#374848
9#3B4444
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECEC | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BBBB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9595 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4444 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFC;
--teal-100: #E1F9F9;
--teal-200: #C8F4F4;
--teal-300: #9DECEC;
--teal-400: #6AE2E2;
--teal-500: #3FD9D9;
--teal-600: #25BBBB;
--teal-700: #1D9595;
--teal-800: #156A6A;
--teal-900: #0D4444;
--teal-950: #082B2B;
}