Teal
#156A63
CyanColor Codes
All color formats for development
HEX
#156A63RGB
rgb(21, 106, 99)HSL
hsl(175, 67%, 25%)OKLCH
oklch(0.475 0.077 186.5)CMYK
cmyk(80%, 0%, 7%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#136059
2#11554F
3#0F4B46
4#0D403C
5#0B3532
6#082B28
7#06201E
8#041514
9#020B0A
Tints
Lighter variations
1#1B8A81
2#22AA9F
3#28CABD
4#3FD9CC
5#5FDFD5
6#7FE6DD
7#9FECE6
8#BFF2EE
9#DFF9F7
Tones
Muted variations
1#196660
2#1E625C
3#225E59
4#265955
5#2A5552
6#2F514E
7#334D4A
8#374847
9#3B4443
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECE5 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2D8 | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9CC | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BBAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D958B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4440 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFC;
--teal-100: #E1F9F7;
--teal-200: #C8F4F0;
--teal-300: #9DECE5;
--teal-400: #6AE2D8;
--teal-500: #3FD9CC;
--teal-600: #25BBAF;
--teal-700: #1D958B;
--teal-800: #156A63;
--teal-900: #0D4440;
--teal-950: #082B28;
}