Teal
#096677
CyanColor Codes
All color formats for development
HEX
#096677RGB
rgb(9, 102, 119)HSL
hsl(189, 86%, 25%)OKLCH
oklch(0.47 0.081 214.9)CMYK
cmyk(92%, 14%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#085C6B
2#07525F
3#064753
4#053D47
5#04333B
6#04292F
7#031F24
8#021418
9#010A0C
Tints
Lighter variations
1#0C859A
2#0EA3BE
3#11C2E1
4#2AD1EF
5#4DD9F2
6#71E1F4
7#94E8F7
8#B8F0FA
9#DBF7FC
Tones
Muted variations
1#0E6271
2#145E6C
3#195B66
4#1F5761
5#24535B
6#2A4F56
7#2F4B50
8#35474B
9#3A4445
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF8 #DEF8FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F2 #C1F2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92E8 #92E8F7 | BordersInactive statesPlaceholder text |
| 400 | 59DB #59DBF3 | Disabled statesSecondary iconsMuted text |
| 500 | 2AD1 #2AD1EF | Primary brand colorCTAsActive elementsLinks |
| 600 | 10B4 #10B4D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C8F #0C8FA6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0966 #096677 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0641 #06414C | Primary textHigh emphasis contentDark headings |
| 950 | 0429 #04292F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFE;
--teal-100: #DEF8FD;
--teal-200: #C1F2FA;
--teal-300: #92E8F7;
--teal-400: #59DBF3;
--teal-500: #2AD1EF;
--teal-600: #10B4D1;
--teal-700: #0C8FA6;
--teal-800: #096677;
--teal-900: #06414C;
--teal-950: #04292F;
}