Teal
#086777
CyanColor Codes
All color formats for development
HEX
#086777RGB
rgb(8, 103, 119)HSL
hsl(189, 87%, 25%)OKLCH
oklch(0.473 0.081 213.5)CMYK
cmyk(93%, 13%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#075C6B
2#07525F
3#064853
4#053E48
5#04333C
6#032930
7#021F24
8#021518
9#010A0C
Tints
Lighter variations
1#0B859B
2#0DA4BF
3#10C3E3
4#28D2F0
5#4CDAF3
6#70E1F5
7#94E9F8
8#B7F0FA
9#DBF8FD
Tones
Muted variations
1#0E6372
2#135F6C
3#195B67
4#1E5761
5#24535B
6#2A4F56
7#2F4B50
8#35484B
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 #C1F2FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91E8 #91E8F7 | BordersInactive statesPlaceholder text |
| 400 | 58DC #58DCF3 | Disabled statesSecondary iconsMuted text |
| 500 | 28D2 #28D2F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0FB5 #0FB5D2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C90 #0C90A7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0867 #086777 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0542 #05424C | Primary textHigh emphasis contentDark headings |
| 950 | 0329 #032930 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFE;
--teal-100: #DEF8FD;
--teal-200: #C1F2FB;
--teal-300: #91E8F7;
--teal-400: #58DCF3;
--teal-500: #28D2F0;
--teal-600: #0FB5D2;
--teal-700: #0C90A7;
--teal-800: #086777;
--teal-900: #05424C;
--teal-950: #032930;
}