Teal
#156A66
CyanColor Codes
All color formats for development
HEX
#156A66RGB
rgb(21, 106, 102)HSL
hsl(177, 67%, 25%)OKLCH
oklch(0.476 0.076 190.1)CMYK
cmyk(80%, 0%, 4%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13605C
2#115552
3#0F4B48
4#0D403D
5#0B3533
6#082B29
7#06201F
8#041514
9#020B0A
Tints
Lighter variations
1#1B8A85
2#22AAA4
3#28CAC2
4#3FD9D1
5#5FDFD9
6#7FE6E1
7#9FECE8
8#BFF2F0
9#DFF9F7
Tones
Muted variations
1#196662
2#1E625F
3#225E5B
4#265957
5#2A5553
6#2F514F
7#334D4B
8#374847
9#3B4444
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 #C8F4F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DEC #9DECE8 | BordersInactive statesPlaceholder text |
| 400 | 6AE2 #6AE2DC | Disabled statesSecondary iconsMuted text |
| 500 | 3FD9 #3FD9D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 25BB #25BBB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D95 #1D958F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 156A #156A66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D44 #0D4441 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFC;
--teal-100: #E1F9F8;
--teal-200: #C8F4F2;
--teal-300: #9DECE8;
--teal-400: #6AE2DC;
--teal-500: #3FD9D1;
--teal-600: #25BBB4;
--teal-700: #1D958F;
--teal-800: #156A66;
--teal-900: #0D4441;
--teal-950: #082B29;
}