Teal
#09776D
CyanColor Codes
All color formats for development
HEX
#09776DRGB
rgb(9, 119, 109)HSL
hsl(175, 86%, 25%)OKLCH
oklch(0.513 0.089 184.5)CMYK
cmyk(92%, 0%, 8%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#086B62
2#075F58
3#06534D
4#054742
5#043B37
6#042F2C
7#032421
8#021816
9#010C0B
Tints
Lighter variations
1#0C9A8E
2#0EBEAF
3#11E1D0
4#2AEFDE
5#4DF2E4
6#71F4E9
7#94F7EF
8#B8FAF4
9#DBFCFA
Tones
Muted variations
1#0E7169
2#146C64
3#196660
4#1F615B
5#245B57
6#2A5652
7#2F504D
8#354B49
9#3A4544
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFD #DEFDFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FA #C1FAF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F7 #92F7EE | BordersInactive statesPlaceholder text |
| 400 | 59F3 #59F3E6 | Disabled statesSecondary iconsMuted text |
| 500 | 2AEF #2AEFDE | Primary brand colorCTAsActive elementsLinks |
| 600 | 10D1 #10D1C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0CA6 #0CA699 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0977 #09776D | Text on light backgroundsHeadingsStrong borders |
| 900 | 064C #064C46 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFD;
--teal-100: #DEFDFA;
--teal-200: #C1FAF6;
--teal-300: #92F7EE;
--teal-400: #59F3E6;
--teal-500: #2AEFDE;
--teal-600: #10D1C1;
--teal-700: #0CA699;
--teal-800: #09776D;
--teal-900: #064C46;
--teal-950: #042F2C;
}