Teal
#086778
CyanColor Codes
All color formats for development
HEX
#086778RGB
rgb(8, 103, 120)HSL
hsl(189, 88%, 25%)OKLCH
oklch(0.473 0.081 214.6)CMYK
cmyk(93%, 14%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#075D6C
2#065260
3#054854
4#053E48
5#04343C
6#032930
7#021F24
8#021518
9#010A0C
Tints
Lighter variations
1#0A869C
2#0CA5C0
3#0FC4E4
4#27D3F1
5#4BDAF4
6#6FE2F6
7#93E9F8
8#B7F0FA
9#DBF8FD
Tones
Muted variations
1#0D6372
2#135F6D
3#185B67
4#1E5761
5#24535C
6#294F56
7#2F4C51
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 | DDF8 #DDF8FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F2 #C1F2FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91E8 #91E8F8 | BordersInactive statesPlaceholder text |
| 400 | 57DD #57DDF4 | Disabled statesSecondary iconsMuted text |
| 500 | 27D3 #27D3F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DB5 #0DB5D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B90 #0B90A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0867 #086778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0542 #05424D | 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: #DDF8FD;
--teal-200: #C1F2FB;
--teal-300: #91E8F8;
--teal-400: #57DDF4;
--teal-500: #27D3F1;
--teal-600: #0DB5D3;
--teal-700: #0B90A8;
--teal-800: #086778;
--teal-900: #05424D;
--teal-950: #032930;
}