Teal
#086E77
CyanColor Codes
All color formats for development
HEX
#086E77RGB
rgb(8, 110, 119)HSL
hsl(185, 87%, 25%)OKLCH
oklch(0.492 0.082 205)CMYK
cmyk(93%, 8%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07636B
2#07585F
3#064D53
4#054248
5#04373C
6#032C30
7#022124
8#021618
9#010B0C
Tints
Lighter variations
1#0B8F9B
2#0DB0BF
3#10D1E3
4#28DFF0
5#4CE5F3
6#70EAF5
7#94EFF8
8#B7F4FA
9#DBFAFD
Tones
Muted variations
1#0E6972
2#13656C
3#196067
4#1E5B61
5#24575B
6#2A5256
7#2F4E50
8#35494B
9#3A4445
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFA #DEFAFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F6 #C1F6FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91EF #91EFF7 | BordersInactive statesPlaceholder text |
| 400 | 58E6 #58E6F3 | Disabled statesSecondary iconsMuted text |
| 500 | 28DF #28DFF0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0FC2 #0FC2D2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C9A #0C9AA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 086E #086E77 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0546 #05464C | Primary textHigh emphasis contentDark headings |
| 950 | 032C #032C30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F1FDFE;
--teal-100: #DEFAFD;
--teal-200: #C1F6FB;
--teal-300: #91EFF7;
--teal-400: #58E6F3;
--teal-500: #28DFF0;
--teal-600: #0FC2D2;
--teal-700: #0C9AA7;
--teal-800: #086E77;
--teal-900: #05464C;
--teal-950: #032C30;
}