Teal
#156A68
CyanColor Codes
All color formats for development
HEX
#156A68RGB
rgb(21, 106, 104)HSL
hsl(179, 67%, 25%)OKLCH
oklch(0.477 0.076 192.5)CMYK
cmyk(80%, 0%, 2%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13605F
2#115554
3#0F4B4A
4#0D403F
5#0B3535
6#082B2A
7#062020
8#041515
9#020B0B
Tints
Lighter variations
1#1B8A89
2#22AAA8
3#28CAC8
4#3FD9D7
5#5FDFDD
6#7FE6E4
7#9FECEB
8#BFF2F2
9#DFF9F8
Tones
Muted variations
1#196665
2#1E6261
3#225E5D
4#265959
5#2A5554
6#2F5150
7#334D4C
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 #C8F4F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECEA | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2E0 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BBB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D9593 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4443 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFC;
--teal-100: #E1F9F9;
--teal-200: #C8F4F3;
--teal-300: #9DECEA;
--teal-400: #6AE2E0;
--teal-500: #3FD9D7;
--teal-600: #25BBB9;
--teal-700: #1D9593;
--teal-800: #156A69;
--teal-900: #0D4443;
--teal-950: #082B2A;
}