Teal
#096D77
CyanColor Codes
All color formats for development
HEX
#096D77RGB
rgb(9, 109, 119)HSL
hsl(185, 86%, 25%)OKLCH
oklch(0.489 0.082 206.2)CMYK
cmyk(92%, 8%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08626B
2#07585F
3#064D53
4#054247
5#04373B
6#042C2F
7#032124
8#021618
9#010B0C
Tints
Lighter variations
1#0C8E9A
2#0EAFBE
3#11D0E1
4#2ADEEF
5#4DE4F2
6#71E9F4
7#94EFF7
8#B8F4FA
9#DBFAFC
Tones
Muted variations
1#0E6971
2#14646C
3#196066
4#1F5B61
5#24575B
6#2A5256
7#2F4D50
8#35494B
9#3A4445
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFA #DEFAFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F6 #C1F6FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92EE #92EEF7 | BordersInactive statesPlaceholder text |
| 400 | 59E6 #59E6F3 | Disabled statesSecondary iconsMuted text |
| 500 | 2ADE #2ADEEF | Primary brand colorCTAsActive elementsLinks |
| 600 | 10C1 #10C1D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C99 #0C99A6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 096D #096D77 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0646 #06464C | Primary textHigh emphasis contentDark headings |
| 950 | 042C #042C2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFE;
--teal-100: #DEFAFD;
--teal-200: #C1F6FA;
--teal-300: #92EEF7;
--teal-400: #59E6F3;
--teal-500: #2ADEEF;
--teal-600: #10C1D1;
--teal-700: #0C99A6;
--teal-800: #096D77;
--teal-900: #06464C;
--teal-950: #042C2F;
}