Teal
#156A65
CyanColor Codes
All color formats for development
HEX
#156A65RGB
rgb(21, 106, 101)HSL
hsl(176, 67%, 25%)OKLCH
oklch(0.476 0.076 188.9)CMYK
cmyk(80%, 0%, 5%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13605B
2#115551
3#0F4B47
4#0D403C
5#0B3532
6#082B28
7#06201E
8#041514
9#020B0A
Tints
Lighter variations
1#1B8A83
2#22AAA1
3#28CABF
4#3FD9CF
5#5FDFD7
6#7FE6DF
7#9FECE7
8#BFF2EF
9#DFF9F7
Tones
Muted variations
1#196661
2#1E625D
3#225E5A
4#265956
5#2A5552
6#2F514F
7#334D4B
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 #E1F9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F4 #C8F4F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECE6 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2DA | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BBB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D958D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A65 | 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: #E1F9F8;
--teal-200: #C8F4F1;
--teal-300: #9DECE6;
--teal-400: #6AE2DA;
--teal-500: #3FD9CF;
--teal-600: #25BBB1;
--teal-700: #1D958D;
--teal-800: #156A65;
--teal-900: #0D4440;
--teal-950: #082B28;
}