Teal
#086978
CyanColor Codes
All color formats for development
HEX
#086978RGB
rgb(8, 105, 120)HSL
hsl(188, 88%, 25%)OKLCH
oklch(0.479 0.081 212.1)CMYK
cmyk(93%, 13%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#075E6C
2#065460
3#054954
4#053F48
5#04343C
6#032A30
7#021F24
8#021518
9#010A0C
Tints
Lighter variations
1#0A889C
2#0CA8C0
3#0FC7E4
4#27D6F1
5#4BDDF4
6#6FE4F6
7#93EBF8
8#B7F1FA
9#DBF8FD
Tones
Muted variations
1#0D6572
2#13616D
3#185D67
4#1E5861
5#24545C
6#295056
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 | DDF9 #DDF9FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F3 #C1F3FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91EA #91EAF8 | BordersInactive statesPlaceholder text |
| 400 | 57DF #57DFF4 | Disabled statesSecondary iconsMuted text |
| 500 | 27D6 #27D6F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DB9 #0DB9D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B93 #0B93A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0869 #086978 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0543 #05434D | Primary textHigh emphasis contentDark headings |
| 950 | 032A #032A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FCFE;
--teal-100: #DDF9FD;
--teal-200: #C1F3FB;
--teal-300: #91EAF8;
--teal-400: #57DFF4;
--teal-500: #27D6F1;
--teal-600: #0DB9D3;
--teal-700: #0B93A8;
--teal-800: #086978;
--teal-900: #05434D;
--teal-950: #032A30;
}