Teal
#09775D
CyanColor Codes
All color formats for development
HEX
#09775DRGB
rgb(9, 119, 93)HSL
hsl(166, 86%, 25%)OKLCH
oklch(0.508 0.098 170.3)CMYK
cmyk(92%, 0%, 22%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#086B54
2#075F4A
3#065341
4#054738
5#043B2E
6#042F25
7#03241C
8#021813
9#010C09
Tints
Lighter variations
1#0C9A79
2#0EBE95
3#11E1B1
4#2AEFC1
5#4DF2CB
6#71F4D6
7#94F7E0
8#B8FAEA
9#DBFCF5
Tones
Muted variations
1#0E715A
2#146C57
3#196654
4#1F6151
5#245B4E
6#2A564B
7#2F5049
8#354B46
9#3A4543
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFD #DEFDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FA #C1FAED | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F7 #92F7DF | BordersInactive statesPlaceholder text |
| 400 | 59F3 #59F3CF | Disabled statesSecondary iconsMuted text |
| 500 | 2AEF #2AEFC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 10D1 #10D1A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0CA6 #0CA682 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0977 #09775D | Text on light backgroundsHeadingsStrong borders |
| 900 | 064C #064C3C | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFB;
--teal-100: #DEFDF5;
--teal-200: #C1FAED;
--teal-300: #92F7DF;
--teal-400: #59F3CF;
--teal-500: #2AEFC1;
--teal-600: #10D1A4;
--teal-700: #0CA682;
--teal-800: #09775D;
--teal-900: #064C3C;
--teal-950: #042F25;
}