Teal
#097766
CyanColor Codes
All color formats for development
HEX
#097766RGB
rgb(9, 119, 102)HSL
hsl(171, 86%, 25%)OKLCH
oklch(0.51 0.092 177.9)CMYK
cmyk(92%, 0%, 14%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#086B5C
2#075F52
3#065347
4#05473D
5#043B33
6#042F29
7#03241F
8#021814
9#010C0A
Tints
Lighter variations
1#0C9A85
2#0EBEA3
3#11E1C2
4#2AEFD1
5#4DF2D9
6#71F4E1
7#94F7E8
8#B8FAF0
9#DBFCF7
Tones
Muted variations
1#0E7162
2#146C5E
3#19665B
4#1F6157
5#245B53
6#2A564F
7#2F504B
8#354B47
9#3A4544
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFD #DEFDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FA #C1FAF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F7 #92F7E8 | BordersInactive statesPlaceholder text |
| 400 | 59F3 #59F3DB | Disabled statesSecondary iconsMuted text |
| 500 | 2AEF #2AEFD1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 10D1 #10D1B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0CA6 #0CA68F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0977 #097766 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064C #064C41 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFC;
--teal-100: #DEFDF8;
--teal-200: #C1FAF2;
--teal-300: #92F7E8;
--teal-400: #59F3DB;
--teal-500: #2AEFD1;
--teal-600: #10D1B4;
--teal-700: #0CA68F;
--teal-800: #097766;
--teal-900: #064C41;
--teal-950: #042F29;
}