Teal
#086178
CyanColor Codes
All color formats for development
HEX
#086178RGB
rgb(8, 97, 120)HSL
hsl(192, 88%, 25%)OKLCH
oklch(0.457 0.082 222.1)CMYK
cmyk(93%, 19%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07586C
2#064E60
3#054454
4#053A48
5#04313C
6#032730
7#021D24
8#021318
9#010A0C
Tints
Lighter variations
1#0A7F9C
2#0C9CC0
3#0FB9E4
4#27C9F1
5#4BD2F4
6#6FDBF6
7#93E4F8
8#B7EDFA
9#DBF6FD
Tones
Muted variations
1#0D5E72
2#135B6D
3#185767
4#1E5461
5#24515C
6#294D56
7#2F4A51
8#35464B
9#3A4345
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF7 #DDF7FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1EF #C1EFFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91E3 #91E3F8 | BordersInactive statesPlaceholder text |
| 400 | 57D5 #57D5F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27C9 #27C9F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DAB #0DABD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B88 #0B88A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0861 #086178 | Text on light backgroundsHeadingsStrong borders |
| 900 | 053E #053E4D | Primary textHigh emphasis contentDark headings |
| 950 | 0327 #032730 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FBFE;
--teal-100: #DDF7FD;
--teal-200: #C1EFFB;
--teal-300: #91E3F8;
--teal-400: #57D5F4;
--teal-500: #27C9F1;
--teal-600: #0DABD3;
--teal-700: #0B88A8;
--teal-800: #086178;
--teal-900: #053E4D;
--teal-950: #032730;
}