Teal
#097777
CyanColor Codes
All color formats for development
HEX
#097777RGB
rgb(9, 119, 119)HSL
hsl(180, 86%, 25%)OKLCH
oklch(0.516 0.086 194.8)CMYK
cmyk(92%, 0%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#086B6B
2#075F5F
3#065353
4#054747
5#043B3B
6#042F2F
7#032424
8#021818
9#010C0C
Tints
Lighter variations
1#0C9A9A
2#0EBEBE
3#11E1E1
4#2AEFEF
5#4DF2F2
6#71F4F4
7#94F7F7
8#B8FAFA
9#DBFCFC
Tones
Muted variations
1#0E7171
2#146C6C
3#196666
4#1F6161
5#245B5B
6#2A5656
7#2F5050
8#354B4B
9#3A4545
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFD #DEFDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FA #C1FAFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F7 #92F7F7 | BordersInactive statesPlaceholder text |
| 400 | 59F3 #59F3F3 | Disabled statesSecondary iconsMuted text |
| 500 | 2AEF #2AEFEF | Primary brand colorCTAsActive elementsLinks |
| 600 | 10D1 #10D1D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0CA6 #0CA6A6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0977 #097777 | Text on light backgroundsHeadingsStrong borders |
| 900 | 064C #064C4C | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FEFE;
--teal-100: #DEFDFD;
--teal-200: #C1FAFA;
--teal-300: #92F7F7;
--teal-400: #59F3F3;
--teal-500: #2AEFEF;
--teal-600: #10D1D1;
--teal-700: #0CA6A6;
--teal-800: #097777;
--teal-900: #064C4C;
--teal-950: #042F2F;
}